320 Commits

Author SHA1 Message Date
Hugo Locurcio
e344cdf2fc Bump to version 1.3.1 1.3.1 2022-06-07 17:44:12 +02:00
dependabot[bot]
a116454b5a Bump actions/setup-node from 3.2.0 to 3.3.0 (#378)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-06 18:15:25 +02:00
oidro
94e5a9e95d Fix operator syntax highlighting when next to an opening parenthesis (#375) 2022-06-02 23:37:33 +02:00
Daelon Suzuka
372936b606 Fix regression in launching debugger (#371)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-05-28 22:23:08 +02:00
dependabot[bot]
ad7665f35f Bump actions/upload-artifact from 2 to 3.1.0 (#369)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-20 17:06:54 +02:00
dependabot[bot]
9ea9ce0915 Bump actions/setup-node from 3.1.0 to 3.2.0 (#364)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-16 23:20:48 +02:00
Daelon Suzuka
13bd54d2fe Add workspace file to .gitignore (#359)
Having a `workspace.code-workspace` file in the root of this workspace
will cause the Extension Development Host to automatically open the
specified folder.

I'm adding this to the gitignore instead of committing a workspace file directly
because I often want to specify a real project for testing, and that local path
obviously shouldn't be committed.

This workspace file will cause the Extension Development Host to open
the godot-tools folder as a workspace. Simply replace the path with a path
to a real project to open that instead.
2022-05-11 16:30:02 +02:00
Hugo Locurcio
7b49c4b3e8 Bump to version 1.3.0 1.3.0 2022-05-09 23:02:59 +02:00
Hugo Locurcio
588df8fd93 Mention that the Godot editor must be running in connection error message (#358) 2022-05-09 14:44:19 +02:00
Daelon Suzuka
f860020c63 Add context menu options to copy resource path (#357)
* Add feature
* Fix "open_workspace_with_editor" command
* Added option to tab title context menu
* Add ability to get resource path using command palette
* Update lockfile

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-05-08 23:47:53 +02:00
Anton Vakhtel
1d76541f04 Add strict onEnterRules for controlling indentation (#344)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-05-06 17:33:49 +02:00
Daelon Suzuka
fb96098c70 Fix keywords being incorrectly highlighted as function calls (#353) 2022-04-28 01:16:44 +02:00
Hugo Locurcio
0835506157 Add download links for stable releases and development builds to README (#343) 2022-04-24 17:17:04 +02:00
Daelon Suzuka
2cfbed2dad Fix syntax highlighting edge cases (#350)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-22 15:35:36 +02:00
Daelon Suzuka
5e0d108953 Add missing NodePath-using functions (#348) 2022-04-18 23:37:06 +02:00
Daelon Suzuka
78e37e8016 Overhaul syntax highlighting (#342)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-11 18:33:16 +02:00
Anton Vakhtel
547b92ad80 Add option to run the project with visible collision shapes and navigation (#312)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-07 02:27:13 +02:00
Daelon Suzuka
4ac06a7691 Add configurable auto-reconnect (#341)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-04-06 17:46:50 +02:00
Hugo Locurcio
d404eaedc6 Bump to version 1.2.0 1.2.0 2022-04-05 22:52:09 +02:00
Adam Chyb
854ec42027 Fix some $ node path shorthand regex bugs in syntax highlighting (#340) 2022-04-05 16:57:49 +02:00
dependabot[bot]
281c78f133 Bump actions/setup-node from 3.0.0 to 3.1.0 (#339)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-01 19:44:48 +02:00
dependabot[bot]
a254b55aa5 Bump minimist from 1.2.5 to 1.2.6 (#333)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-27 20:21:01 +02:00
Brian Bugh
1be4ccaaad Add macOS editor location to README since it's not obvious (#332)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-03-20 17:20:25 +01:00
Rémi Verschelde
1755e2f3c3 Merge pull request #264 from Razoric480/master
Update client to v7.0.0 to use 3.16.0 spec
2022-03-19 23:41:06 +01:00
Francois Belair
f9a5204dcf Update client to v7.0.0 to use of 3.16.0 spec 2022-03-19 15:32:40 -04:00
Rémi Verschelde
62cb49e506 Merge pull request #303 from kagof/master 2022-03-19 17:38:53 +01:00
johnjdonna
c347a522a3 Add support for setting language-server-host (#297) 2022-03-19 17:36:48 +01:00
Quan
293cc8c1fb Fix "static func" indent error (#279) 2022-03-19 17:32:57 +01:00
Rémi Verschelde
f21d7517c4 Merge pull request #331 from godotengine/dependabot/npm_and_yarn/simple-get-3.1.1 2022-03-19 17:30:26 +01:00
dependabot[bot]
314288b592 Bump simple-get from 3.1.0 to 3.1.1
Bumps [simple-get](https://github.com/feross/simple-get) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/feross/simple-get/releases)
- [Commits](https://github.com/feross/simple-get/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: simple-get
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-19 16:29:20 +00:00
Rémi Verschelde
c3c615825d Merge pull request #316 from Calinou/update-extension-metadata 2022-03-19 17:29:19 +01:00
Rémi Verschelde
6ebc866ce1 Merge pull request #313 from Calinou/update-dependencies 2022-03-19 17:28:57 +01:00
Hugo Locurcio
fb498a7502 Add GitHub issue templates (#326) 2022-03-19 17:02:34 +01:00
oidro
ee80ea914b Improve syntax highlighting (#330)
This pull request makes the syntax highlighting of GDScript more closely match
the built-in Godot editor's, as well as VSCode's Python syntax highlighting.
2022-03-19 17:02:10 +01:00
dependabot[bot]
158c0c38bf Bump actions/checkout from 2 to 3 (#329)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 18:39:46 +01:00
kurtlachmann
f1e57e5443 Fix restart of debugging sessions (#327) 2022-02-26 00:28:29 +01:00
dependabot[bot]
e78a8b8f86 Bump actions/setup-node from 2.5.1 to 3.0.0 (#322)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-24 18:17:34 +01:00
kurtlachmann
c03ab7e3f5 Fix "Continue" for multiple breakpoints in the same script (#324) 2022-02-24 17:56:11 +01:00
Raul Santos
12858a2e05 Use the LSP defined SymbolKind enum and fix marked (#325) 2022-02-24 17:25:43 +01:00
Hugo Locurcio
355c0f8614 Update dependencies, recommend local TypeScript and vsce
Local package installations should be favored over global installations
to avoid conflicts when working on multiple projects on the same system.

Only dependencies that did not cause the build to break were updated.

- Add `package` npm script to run local vsce installation.
2022-02-18 19:35:19 +01:00
Hugo Locurcio
650170ce13 Update extension metadata for better presentation on VS Marketplace
This also updates copyright statements to 2022.
2022-01-27 14:52:16 +01:00
Hugo Locurcio
1b358fadec Bump to version 1.1.3 1.1.3 2022-01-27 14:22:06 +01:00
Rémi Verschelde
20dc0445c3 Merge pull request #311 from godotengine/dependabot/npm_and_yarn/marked-4.0.10 2022-01-23 00:21:54 +01:00
Rémi Verschelde
1a932d5283 Merge pull request #273 from godotengine/dependabot/npm_and_yarn/ws-7.4.6 2022-01-23 00:21:43 +01:00
Rémi Verschelde
975acd7aa4 Merge pull request #268 from godotengine/dependabot/npm_and_yarn/lodash-4.17.21 2022-01-23 00:21:30 +01:00
dependabot[bot]
1ec75dc622 Bump marked from 0.7.0 to 4.0.10
Bumps [marked](https://github.com/markedjs/marked) from 0.7.0 to 4.0.10.
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](https://github.com/markedjs/marked/compare/v0.7.0...v4.0.10)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 02:55:15 +00:00
dependabot[bot]
6fe93c9c6b Bump actions/setup-node from 2.3.2 to 2.5.1 (#309)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.2 to 2.5.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.3.2...v2.5.1)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-28 18:15:42 +01:00
Francois Belair
363160ee3b Fix conditional breakpoints being parsed as regular breakpoints (#278)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2021-11-03 15:15:42 +01:00
Karl Goffin
9fa3031699 fixes #302 handling of Windows terminals determined by profiles 2021-10-10 10:44:05 +01:00
dependabot[bot]
ce30e6ed95 Bump path-parse from 1.0.6 to 1.0.7 (#293)
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-12 23:26:04 +02:00