kemgoblin
570e848f03
Add "_unhandled_input" snippet ( #422 )
2022-09-16 09:57:51 -07:00
Daelon Suzuka
fb82ef69e5
Fix incorrect highlighting in dictionary literals ( #419 )
2022-09-09 17:59:58 +02:00
Daelon Suzuka
e7674c12ad
Add "Open Type Documentation" context menu option ( #405 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-22 02:13:31 +02:00
Daelon Suzuka
441873eb6d
Fix internal document link handling ( #410 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-22 02:13:01 +02:00
Daelon Suzuka
dfe23195eb
Fix various highlighting errors ( #407 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-21 21:46:41 +02:00
kemgoblin
b3f4dda47e
Add _physics_process snippet ( #411 )
2022-08-21 21:40:39 +02:00
Butch Wesley
fb4d40858c
Add "additional options" to launch debugger with ( #363 )
2022-08-16 21:27:46 -07:00
Daelon Suzuka
cf432a17fb
Improve extension startup performance ( #408 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-13 18:59:10 +02:00
Tomasz Wyrowiński
f2145688b1
Improve displaying symbols documentation ( #404 )
...
Co-authored-by: Tomasz Wyrowiński <tomasz.wyrowinski@10clouds.com >
2022-08-11 12:48:49 -07:00
Daelon Suzuka
ef450cad38
Fix OS singleton being incorrectly highlighted as a constant ( #402 )
2022-08-07 08:09:09 +02:00
Daelon Suzuka
ec95c21b84
Add highlighting support for %Unique nodes in NodePaths ( #403 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-06 09:07:31 +02:00
Daelon Suzuka
6dc5a8293f
Update gdshader syntax ( #397 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-08-06 08:52:59 +02:00
Daelon Suzuka
868ec5116f
Fix func keyword highlighting ( #398 )
2022-07-23 02:31:31 +02:00
Daelon Suzuka
e539a4e7a9
Replace temporary .gdshader syntax with more extensive support ( #360 )
2022-07-21 00:09:16 +02:00
dependabot[bot]
50dd95ffcb
Bump actions/setup-node from 3.3.0 to 3.4.1 ( #393 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-14 17:38:46 +02:00
Zachary Gardner
4562bf1c31
Fix overaggressive formatting when adding lines after if statement ( #385 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2022-06-17 01:03:00 +02:00
Zachary Gardner
fd11e47662
Fix some typos ( #384 )
2022-06-16 22:49:17 +02:00
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