Hugo Locurcio
c4ce162284
Bump to version 2.2.0
2.2.0
2024-09-23 19:04:45 +02:00
dependabot[bot]
e2b891c530
Bump actions/setup-node from 4.0.2 to 4.0.4 ( #720 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4.0.2...v4.0.4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 11:37:36 -04:00
David Kincaid
892f71d3c2
Standardize contributed language's extensions ( #716 )
...
This change shouldn't have any actual effect, but I noticed that some file extensions were listed with a period and some weren't. Both styles appear to function the same, but the language contribution point docs use a period, so I've standardized ours to be the same.
2024-09-15 16:34:02 -04:00
David Kincaid
5b725b55fd
Fix bare nodepaths referencing absolute/root paths ( #712 )
2024-09-15 16:04:31 -04:00
David Kincaid
18225ab0d5
Update icons ( #711 )
2024-09-15 16:04:16 -04:00
David Kincaid
e45d122a37
Add partial debugger support for new types ( #715 )
...
* Add PACKED_VECTOR4_ARRAY type
* Disable noUselessElse lint rule
* Fix lint rules and formatting
* Implement decoding for PACKED_VECTOR4_ARRAY
* Implement decoding for typed Arrays
2024-09-15 15:58:16 -04:00
Patrick Werner
bc89f274d5
Add @export_custom and @export_storage to syntax highlighting ( #702 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2024-09-02 23:59:43 +02:00
dependabot[bot]
ec513e7c2e
Bump actions/upload-artifact from 4.3.6 to 4.4.0 ( #704 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.6...v4.4.0 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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>
2024-09-02 23:10:26 +02:00
Dillon Bayless
d915dccba1
fix format_documentation for [code skip-lint] ( #700 )
2024-08-19 22:32:10 -04:00
dependabot[bot]
5c026f0b32
Bump actions/upload-artifact from 4.3.5 to 4.3.6 ( #693 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.5 to 4.3.6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.5...v4.3.6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06 17:26:18 +02:00
dependabot[bot]
ac7ecbde3e
Bump actions/upload-artifact from 4.3.3 to 4.3.5 ( #691 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.3 to 4.3.5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 11:23:58 -04:00
Hugo Locurcio
80fefd2ceb
Bump to version 2.1.0
...
Thanks to all contributors involved in the making of this release,
in particular DaelonSuzuka who has been central in this effort of
maintaining this extension!
2.1.0
2024-07-28 18:29:56 +02:00
David Kincaid
9750f8dfc6
Fix various syntax highlighting issues ( #674 )
...
* Fix variable declaration highlighting
* Clean up function call highlighting
2024-07-02 14:04:22 -04:00
David Kincaid
cca25099c4
More Formatter Fixes ( #672 )
...
* Fix nodepath function highlighting/tokenization
* Reverted dangerous line removal behavior change
* Fix detection of match keyword vs .match() function
* Rearrange formatter options
* Fix option default value
* Add biome linter/formatter config file
* Fix linter errors
* Add system to supply custom config values in tests
* Remove unused variable
* Implement tests for both formatter options
* Clean up formatter option handling
* Fix extra space inserted in list of nodepaths
* Add token rules for square and curly braces
2024-06-29 16:08:24 -04:00
Marvin Altemeier
6456a789af
Improve dragging items from Scene Preview into source code ( #661 )
...
Co-authored-by: David Kincaid <daelonsuzuka@gmail.com >
2024-06-29 15:50:18 -04:00
David Kincaid
1ff626ba47
Fix object id decoded as wrong signedness. ( #670 )
...
* Fix id being decoded as an signed integer instead of an unsigned integer. (#660 )
---------
Co-authored-by: karstensensensen <simonblsoerensen@gmail.com >
2024-06-24 17:43:58 -04:00
David Kincaid
c07fe37f30
Fix bad formatting on several operators ( #605 )
...
Many, many formatter and syntax highlighting improvements.
2024-06-24 16:48:44 -04:00
David Kincaid
17af8e20c9
Improve Scene Preview ergonomics ( #665 )
...
* Rename Scene Preview "pinning" to "locking"
* Add "refresh scene preview" command as button
* Expose scene preview commands to command palette
* Add openCurrentScene and openMainScript commands
2024-06-23 17:13:40 -04:00
David Kincaid
f55d36e86c
Fix handling of editorPaths ( #656 )
2024-06-20 05:00:55 -04:00
Stephen Bell
df445b8390
improve macOS path resolution for app bundles ( #632 )
2024-04-29 19:55:52 -04:00
David Kincaid
6b009ea123
Fix relative godotPath values not resolving correctly ( #655 )
2024-04-29 16:24:52 -04:00
dependabot[bot]
2e6eedb196
Bump actions/upload-artifact from 4.3.2 to 4.3.3 ( #651 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.2 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 17:16:26 -04:00
dependabot[bot]
d9d834b165
Bump actions/upload-artifact from 4.3.1 to 4.3.2 ( #648 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 11:44:05 -04:00
Vladimir Pyatnitskiy
0fc399bbc3
Fix debugged process not being terminated when debugging session closes on Linux ( #620 )
2024-04-17 13:05:32 -04:00
Joseph Gilley
56a7871d06
Fix poor documentation formatting of class titles and inheritance chain ( #628 )
2024-04-17 12:59:18 -04:00
David Kincaid
019d87e5c7
Prevent document links from accidentally being resolved to your entire document ( #639 )
2024-04-17 12:45:54 -04:00
InfiniteXyy
a9508d965d
Fix project not found when project.godot file is excluded ( #635 )
...
* Fix project not found when `project.godot` file is excluded
* Ignore user excludes when using workspace.findFiles
* Fix linter warnings
---------
Co-authored-by: David Kincaid <daelonsuzuka@gmail.com >
2024-04-06 13:45:47 -04:00
David Kincaid
24e72ecc36
Fix LSP connection attempts not resetting ( #638 )
...
* Fix linter warnings
* Fix LSP retry count not resetting on connection
2024-04-06 13:42:36 -04:00
Joseph Gilley
ecaf1db977
Improve codeblock formatting in documentation ( #629 )
...
* Improve codeblock formatting in documentation
Improves codeblock highlighting by:
- Adding context to the codeblock detailing which language the
following code is.
- Setting the `pre` block's background to match the default
background for `code` blocks to give a consistent experience.
- Setting a border radius for the `pre` block double that of the
`code` block's default (4px, which is hard-coded).
2024-03-22 10:03:38 -04:00
Vladimir Pyatnitskiy
5cef963162
Fix child processes not being killed properly ( #613 )
2024-03-11 13:57:38 -04:00
David Kincaid
e89cb784da
Fix broken scene file parser ( #603 )
2024-02-25 18:24:16 -05:00
Hugo Locurcio
5ea22968fb
Bump to version 2.0.0
...
Thanks to all contributors involved in the making of this release,
in particular DaelonSuzuka who has been central in this effort of
updating this extension for Godot 4.x!
2.0.0
2024-02-24 18:17:58 +01:00
David Kincaid
c129098bfa
Merge pull request #596 from DaelonSuzuka:fix-goto-docs
...
Fix definition provider not working because of accessing a Map as an Object
2024-02-23 17:15:54 -05:00
David Kincaid
93e49e4273
Fix definition provider not working because of accessing a Map as an Object
2024-02-23 17:14:31 -05:00
David Kincaid
a8a852bf66
Fix negative numbers in params not being formatted correctly ( #595 )
2024-02-23 11:22:54 -08:00
David Kincaid
51c89a6c35
Add image previews in hovers and fix various errors ( #594 )
...
* Fix weak comparisons
* Fix errors when converting resource paths
* Fix type error in register_capabilities
* Add image previews on document link hover
* Add image previews to ExtResource hovers
2024-02-21 14:16:25 -08:00
David Kincaid
0c9c2554fb
Syntax highlighting fixes ( #593 )
2024-02-21 12:07:05 -08:00
David Kincaid
436ff64d07
Fix version check of Godot binary ( #592 )
...
* Change default value for godotTools.editorPath.godot4 to "godot"
* Switch godot version check back to using --version
2024-02-21 11:31:32 -08:00
Tristan F
b0f7220f41
Add basic inlay hint support for GDScript ( #589 )
...
* Add support for inlay hints in GDScript files
* Add "godotTools.inlayHints.gdscript" and "godotTools.inlayHints.gdresource" settings
* GDScript inlay hints are disabled by default, and marked as experimental
2024-02-21 11:20:36 -08:00
Butch Wesley
0058ffa870
Expose Godot path as getGodotPath command ( #586 )
...
adds new command: "godotTools.getGodotPath"
---------
Co-authored-by: David Kincaid <daelonsuzuka@gmail.com >
2024-02-21 10:21:35 -08:00
dependabot[bot]
bf1d739d07
Bump actions/setup-node from 4.0.1 to 4.0.2 ( #587 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4.0.1...v4.0.2 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-07 09:00:11 -08:00
dependabot[bot]
13e9b71d44
Bump actions/upload-artifact from 4.3.0 to 4.3.1 ( #584 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.3.0...v4.3.1 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-06 12:05:24 -08:00
Daelon Suzuka
e2f2dc4b93
Improve path handling when starting processes ( #575 )
...
`editorPath.godot3/4` setting and `editor_path` debug configuration now correctly handle paths with spaces or surrounded with quotes.
2024-01-24 21:14:39 -05:00
dependabot[bot]
ccfd30755e
Bump actions/upload-artifact from 4.2.0 to 4.3.0 ( #576 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.2.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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>
2024-01-24 08:44:23 -08:00
dependabot[bot]
3b018f115c
Bump actions/upload-artifact from 4.0.0 to 4.2.0 ( #572 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.0.0 to 4.2.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.0.0...v4.2.0 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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>
2024-01-23 13:21:57 -08:00
kaluluosi111
605fe7fa1c
fix Godot4.x debug console print multiple logs into one line. ( #571 )
2024-01-23 13:13:56 -08:00
Daelon Suzuka
4ae31bf99d
Launching the editor opens a new custom terminal ( #561 )
2024-01-06 13:37:59 -08:00
Daelon Suzuka
c5bbd27b04
Clean up project and version detection ( #553 )
...
* Fixes #548
* Add Open Settings button to "select godot exe" prompt
* Cleans up and standardizes Godot binary version detection
* Fix startup dependency order for project dir/file/version checks
* Improve handling of multiple project files
* Create runtime output channel for LSP logging
2024-01-02 02:05:48 -08:00
Daelon Suzuka
34916becd6
Various highlighting/formatting fixes ( #559 )
...
* Fix constant attribute access highlighting
* Fix line endings breaking the snapshot tests
* Fix nodepath shorthand formatting
2024-01-02 00:02:30 -08:00
Norbert Ormándi
7462f88848
Fix BBCode [br] not rendering in hover ( #557 )
...
Fix BBCode [br] not rendering in hover. This is a workaround to the LSP's incorrect concatenation of doc-comments.
2023-12-28 18:54:03 -08:00