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
dependabot[bot]
2364664f7a
Bump actions/setup-node from 2.2.0 to 2.3.2 ( #290 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.2.0 to 2.3.2.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v2.3.2 )
---
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-08-04 17:19:14 +02:00
dependabot[bot]
21cfd82f4d
Bump actions/setup-node from 2.1.5 to 2.2.0 ( #284 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.2.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>
2021-06-30 18:40:45 +02:00
Vlad-Zumer
29f1bc0ceb
Change $ node path shorthand regex to match only valid paths ( #276 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2021-06-15 18:39:29 +02:00
Vlad-Zumer
338b6ae977
Added 'in' to the list of keywords and added rule for $ shorthand ( #274 )
2021-06-14 00:23:46 +02:00
dependabot[bot]
71a4a0420d
Bump ws from 7.3.0 to 7.4.6
...
Bumps [ws](https://github.com/websockets/ws ) from 7.3.0 to 7.4.6.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.3.0...7.4.6 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-30 19:55:21 +00:00
dependabot[bot]
383dcc9507
Bump lodash from 4.17.20 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-11 22:19:26 +00:00
Lightning_A
5c5c19b534
Fix typo in snippets: "decleration" -> "declaration" ( #262 )
2021-03-15 17:12:45 +01:00
dependabot[bot]
91da651444
Bump actions/setup-node from v2.1.4 to v2.1.5 ( #261 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.1.4...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-23 15:04:23 +01:00
iammrtndev
f2a6288276
Add "remote" keyword for highlighting ( #257 )
...
"remote" is currently not highlighted. https://imgur.com/WkP9STd
2021-02-07 16:57:48 +01:00
dependabot[bot]
a8872c2e56
Bump actions/setup-node from v2.1.3 to v2.1.4 ( #251 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.1.3...c46424eee26de4078d34105d3de3cc4992202b1e )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-17 13:41:49 +01:00
dependabot[bot]
e9f674d9e7
Bump actions/setup-node from v2.1.2 to v2.1.3 ( #250 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2.1.2...27082cecf3ff7a1742dbd5e12605f0cb59dce2d9 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 15:31:02 +01:00
Nils "Linkpy" Reid
116d74d355
Remove the configuration item 'godot-tools.check_config' as it has no effect ( #246 )
...
This closes #240 .
1.1.2
2020-10-29 00:05:59 +01:00
Nils "Linkpy" Reid
e60d081927
Fixed the syntax of the escaped characters in strings ( #247 )
2020-10-28 15:16:03 +01:00
Nils "Linkpy" Reid
8115fba367
Clarify the function of the extra integer given by the debugger ( #245 )
...
This closes #242 .
2020-10-27 17:44:45 +01:00
dependabot[bot]
60cb0c57fc
Bump actions/setup-node from v1 to v2.1.2 ( #237 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from v1 to v2.1.2.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v1...c6fd00ceb9747fb23ffdf72987450a2664414867 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-14 14:13:19 +02:00
John Losito
0c4e2a1177
Check for updates to GitHub Actions every weekday ( #236 )
2020-10-11 20:28:53 +02:00
Arrow-x
e351d07d33
Document access to the class reference from the extension ( #234 )
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2020-10-03 00:37:20 +02:00
Geequlim
54453e34ae
update version to 1.1.2
2020-09-19 13:59:02 +08:00
Geequlim
c13f48c1f4
Merge pull request #229 from Razoric480/fix-malformed-msg
...
Fix no header, non-TCP compliant msg for natives
2020-09-19 13:48:01 +08:00
Francois Belair
c5f1ba1a0f
Fix no header, non-TCP compliant msg for natives
...
Add text-search widget to native symbol page
Fixes #210
2020-09-15 11:27:06 -04:00
Grant Forrest
8cf10c6554
Add check for PowerShell 7 executable name ( #218 )
2020-09-11 00:24:28 +02:00
phaitonican
c68c91faf8
Add exception handling during trigger command ( #179 )
2020-09-08 17:53:58 +02:00