Commit Graph

  • c347a522a3 Add support for setting language-server-host (#297) johnjdonna 2022-03-19 12:36:48 -04:00
  • 293cc8c1fb Fix "static func" indent error (#279) Quan 2022-03-20 00:32:57 +08:00
  • f21d7517c4 Merge pull request #331 from godotengine/dependabot/npm_and_yarn/simple-get-3.1.1 Rémi Verschelde 2022-03-19 17:30:26 +01:00
  • 314288b592 Bump simple-get from 3.1.0 to 3.1.1 dependabot[bot] 2022-03-19 16:29:20 +00:00
  • c3c615825d Merge pull request #316 from Calinou/update-extension-metadata Rémi Verschelde 2022-03-19 17:29:19 +01:00
  • 6ebc866ce1 Merge pull request #313 from Calinou/update-dependencies Rémi Verschelde 2022-03-19 17:28:57 +01:00
  • fb498a7502 Add GitHub issue templates (#326) Hugo Locurcio 2022-03-19 17:02:34 +01:00
  • ee80ea914b Improve syntax highlighting (#330) oidro 2022-03-19 12:02:10 -04:00
  • 158c0c38bf Bump actions/checkout from 2 to 3 (#329) dependabot[bot] 2022-03-02 18:39:46 +01:00
  • f1e57e5443 Fix restart of debugging sessions (#327) kurtlachmann 2022-02-26 00:28:29 +01:00
  • e78a8b8f86 Bump actions/setup-node from 2.5.1 to 3.0.0 (#322) dependabot[bot] 2022-02-24 18:17:34 +01:00
  • c03ab7e3f5 Fix "Continue" for multiple breakpoints in the same script (#324) kurtlachmann 2022-02-24 17:56:11 +01:00
  • 12858a2e05 Use the LSP defined SymbolKind enum and fix marked (#325) Raul Santos 2022-02-24 17:25:43 +01:00
  • 355c0f8614 Update dependencies, recommend local TypeScript and vsce Hugo Locurcio 2022-01-27 00:19:59 +01:00
  • 650170ce13 Update extension metadata for better presentation on VS Marketplace Hugo Locurcio 2022-01-27 14:51:31 +01:00
  • 1b358fadec Bump to version 1.1.3 1.1.3 Hugo Locurcio 2022-01-27 14:22:06 +01:00
  • 20dc0445c3 Merge pull request #311 from godotengine/dependabot/npm_and_yarn/marked-4.0.10 Rémi Verschelde 2022-01-23 00:21:54 +01:00
  • 1a932d5283 Merge pull request #273 from godotengine/dependabot/npm_and_yarn/ws-7.4.6 Rémi Verschelde 2022-01-23 00:21:43 +01:00
  • 975acd7aa4 Merge pull request #268 from godotengine/dependabot/npm_and_yarn/lodash-4.17.21 Rémi Verschelde 2022-01-23 00:21:30 +01:00
  • 1ec75dc622 Bump marked from 0.7.0 to 4.0.10 dependabot[bot] 2022-01-15 02:55:15 +00:00
  • 6fe93c9c6b Bump actions/setup-node from 2.3.2 to 2.5.1 (#309) dependabot[bot] 2021-12-28 18:15:42 +01:00
  • 363160ee3b Fix conditional breakpoints being parsed as regular breakpoints (#278) Francois Belair 2021-11-03 10:15:42 -04:00
  • 9fa3031699 fixes #302 handling of Windows terminals determined by profiles Karl Goffin 2021-10-10 02:27:16 +01:00
  • ce30e6ed95 Bump path-parse from 1.0.6 to 1.0.7 (#293) dependabot[bot] 2021-08-12 23:26:04 +02:00
  • 2364664f7a Bump actions/setup-node from 2.2.0 to 2.3.2 (#290) dependabot[bot] 2021-08-04 17:19:14 +02:00
  • 21cfd82f4d Bump actions/setup-node from 2.1.5 to 2.2.0 (#284) dependabot[bot] 2021-06-30 18:40:45 +02:00
  • 29f1bc0ceb Change $ node path shorthand regex to match only valid paths (#276) Vlad-Zumer 2021-06-15 17:39:29 +01:00
  • 338b6ae977 Added 'in' to the list of keywords and added rule for $ shorthand (#274) Vlad-Zumer 2021-06-13 23:23:46 +01:00
  • 71a4a0420d Bump ws from 7.3.0 to 7.4.6 dependabot[bot] 2021-05-30 19:55:21 +00:00
  • 383dcc9507 Bump lodash from 4.17.20 to 4.17.21 dependabot[bot] 2021-05-11 22:19:26 +00:00
  • 5c5c19b534 Fix typo in snippets: "decleration" -> "declaration" (#262) Lightning_A 2021-03-15 10:12:45 -06:00
  • 91da651444 Bump actions/setup-node from v2.1.4 to v2.1.5 (#261) dependabot[bot] 2021-02-23 15:04:23 +01:00
  • f2a6288276 Add "remote" keyword for highlighting (#257) iammrtndev 2021-02-07 16:57:48 +01:00
  • a8872c2e56 Bump actions/setup-node from v2.1.3 to v2.1.4 (#251) dependabot[bot] 2020-12-17 13:41:49 +01:00
  • e9f674d9e7 Bump actions/setup-node from v2.1.2 to v2.1.3 (#250) dependabot[bot] 2020-12-11 15:31:02 +01:00
  • 116d74d355 Remove the configuration item 'godot-tools.check_config' as it has no effect (#246) 1.1.2 Nils "Linkpy" Reid 2020-10-29 00:05:59 +01:00
  • e60d081927 Fixed the syntax of the escaped characters in strings (#247) Nils "Linkpy" Reid 2020-10-28 15:16:03 +01:00
  • 8115fba367 Clarify the function of the extra integer given by the debugger (#245) Nils "Linkpy" Reid 2020-10-27 17:44:45 +01:00
  • 60cb0c57fc Bump actions/setup-node from v1 to v2.1.2 (#237) dependabot[bot] 2020-10-14 14:13:19 +02:00
  • 0c4e2a1177 Check for updates to GitHub Actions every weekday (#236) John Losito 2020-10-11 14:28:53 -04:00
  • e351d07d33 Document access to the class reference from the extension (#234) Arrow-x 2020-10-02 23:37:20 +01:00
  • 54453e34ae update version to 1.1.2 Geequlim 2020-09-19 13:59:02 +08:00
  • c13f48c1f4 Merge pull request #229 from Razoric480/fix-malformed-msg Geequlim 2020-09-19 13:48:01 +08:00
  • c5f1ba1a0f Fix no header, non-TCP compliant msg for natives Francois Belair 2020-09-14 17:43:55 -04:00
  • 8cf10c6554 Add check for PowerShell 7 executable name (#218) Grant Forrest 2020-09-10 18:24:28 -04:00
  • c68c91faf8 Add exception handling during trigger command (#179) phaitonican 2020-09-08 17:53:58 +02:00
  • 3a112f2f79 Move grammar from configurations to syntaxes directory (#228) Francois Belair 2020-09-08 10:43:15 -04:00
  • b84013719c Add ability for user to set scene file on right click in explorer (#182) Ram Yerrappa 2020-09-08 19:48:32 +05:30
  • bb712533e6 Bump lodash from 4.17.15 to 4.17.20 (#227) dependabot[bot] 2020-09-08 16:16:31 +02:00
  • dc1a7e06e8 Set up continuous integration using GitHub Actions (#197) Hugo Locurcio 2020-09-08 16:08:44 +02:00
  • d2d7813312 Fix debug server not closing properly, fix set breakpoints before project path is set (#183) Francois Belair 2020-09-08 09:56:00 -04:00
  • d3914bceaf Fix breakpoints out of order and confusing VSCode (#217) Francois Belair 2020-09-08 09:55:32 -04:00
  • 8d22cc9e8f Merge pull request #209 from Calinou/remove-trace-builtins-script Hugo Locurcio 2020-07-05 16:16:26 +02:00
  • 0742deed36 Remove unused trace_builtins.py script Hugo Locurcio 2020-06-27 19:30:52 +02:00
  • b793da7ef7 Merge pull request #199 from Razoric480/document-building Hugo Locurcio 2020-06-18 09:20:48 +02:00
  • 340f032f24 Add instructions on compiling extension to readme Francois Belair 2020-06-17 11:31:34 -04:00
  • 4cb9394847 Merge pull request #190 from Calinou/remove-extends-snippet Geequlim 2020-06-04 20:29:00 +08:00
  • 2042b5eb22 Remove extends snippet which no longer works since Godot 3.0 Hugo Locurcio 2020-06-04 09:51:22 +02:00
  • 56770d79f3 Add TCP protocol support for godot 3.2.2 Fix #154 Fix #177 Close #141 Geequlim 2020-05-13 23:06:01 +08:00
  • 658a360c97 Merge pull request #178 from Razoric480/debugger-fix-patch Geequlim 2020-05-11 18:10:46 +08:00
  • e92048c85b Fix scene_file config; fix launch failure Francois Belair 2020-05-11 00:34:58 -04:00
  • 3bcfbe81b0 Merge pull request #174 from Razoric480/debugger-output-fix Geequlim 2020-05-06 10:47:46 +08:00
  • cb19255e28 Fix debugger not showing output text Francois Belair 2020-05-05 11:15:47 -04:00
  • 97587b5b31 Merge pull request #170 from Razoric480/default-config-debugger-patch Geequlim 2020-05-05 10:29:27 +08:00
  • 1c2b3ffadc Fix default debug config not using full filepath Francois Belair 2020-05-04 14:31:09 -04:00
  • ccad4acfac Merge pull request #159 from GiorgiBeriashvili/patch-1 Geequlim 2020-04-26 22:20:15 +08:00
  • 667e70b142 Merge pull request #165 from Razoric480/debugger-scene-tree Geequlim 2020-04-26 22:19:22 +08:00
  • 4f7bb4ccec Add screenshot for completeness Francois Belair 2020-04-22 22:44:57 -04:00
  • 85ad8512bb Use Properties syntax highlighting for .import files rakkarage 2020-03-31 15:30:43 -04:00
  • 098fb976b6 Add debugger to project Francois Belair 2020-02-15 23:34:09 -05:00
  • 0c9a3e0e59 Use Properties syntax highlighting for .import files rakkarage 2020-03-31 15:30:43 -04:00
  • f8db70dc22 Fix a typo Giorgi Beriashvili 2020-03-12 02:06:05 +04:00
  • 518c07866e publish 1.0.3 geequlim 2020-02-14 15:21:58 +08:00
  • af11664b05 Fix hover popup functionality for VSCode 1.42+ geequlim 2020-02-14 15:19:49 +08:00
  • b97ba1df4f Add in to keyword list geequlim 2020-02-12 18:09:43 +08:00
  • 2a467ed990 Release version 1.0.1 1.0.1 Geequlim 2020-01-30 00:12:21 +08:00
  • 60937ad776 Fix run editor error on windows with default terminal configurations Geequlim 2020-01-30 00:11:23 +08:00
  • 0ac1299f47 Release 1.0.0 Geequlim 2020-01-29 20:44:33 +08:00
  • cf22aa3595 Merge pull request #138 from sevkin/137 1.0.0-stable Geequlim 2020-01-26 16:27:00 +08:00
  • c41bd642f0 check before calling platform-specific code Vsevolod Balashov 2020-01-26 02:29:34 +03:00
  • 8d8f5c2d9b Support reconnect to language server when server port changed geequlim 2020-01-12 00:00:17 +08:00
  • 119a7ebd23 Merge pull request #134 from Bromeon/bugfix/highlight-camel-case Geequlim 2020-01-10 23:54:50 +08:00
  • 555cb1ce9a Fix syntax highlighting for camelCase identifiers Jan Haller 2019-12-29 17:10:50 +01:00
  • ca3a1e62c4 Fix status icon color bug 1.0.0-beta2 1.0-beta2 geequlim 2019-12-07 14:03:59 +08:00
  • 61e05e7d6e Update dependencies geequlim 2019-12-07 14:03:38 +08:00
  • 96b833851d Merge pull request #124 from Calinou/improve-messages Geequlim 2019-11-06 00:25:49 +08:00
  • 602cc895c0 Improve messages for consistency and fix typos Hugo Locurcio 2019-11-04 18:52:45 +01:00
  • 41a58d76b1 Fix indent in GDScript.tmLaguage.json geequlim 2019-10-27 12:04:42 +08:00
  • 8d6992822e Merge pull request #123 from OrenjiAkira/master Geequlim 2019-10-27 12:00:41 +08:00
  • f0914742e1 Fix class_name statement bug orenjiakira 2019-10-26 16:07:09 -03:00
  • a1e020560d Merge pull request #120 from Calinou/improve-readme Geequlim 2019-10-10 23:31:51 +08:00
  • cf9e478b12 Improve the README and fix various typos Hugo Locurcio 2019-10-10 16:57:35 +02:00
  • d155016b08 Merge pull request #121 from Calinou/optimize-images Geequlim 2019-10-10 23:28:36 +08:00
  • 40b09491ac Optimize images losslessly using oxipng -o6 --strip --zopfli Hugo Locurcio 2019-10-10 17:04:21 +02:00
  • 24c29452c7 Fix typo in readme Geequlim 2019-10-09 15:15:25 +08:00
  • ecffd631a8 Update version to 1.0.0 ! 1.0.0 Geequlim 2019-10-09 14:47:21 +08:00
  • 3645e431d3 Add command to list godot native classes Geequlim 2019-10-09 13:30:21 +08:00
  • e2febb81b1 Setup class inherit tree and render in native documentation page Geequlim 2019-10-09 13:14:04 +08:00
  • f07e1154ef Improve native documentation webview renderer Make prism as a custom lib instead of node module to reduce the binary size Geequlim 2019-10-08 19:34:47 +08:00
  • a563a3584a Bump to 0.9.1 0.9.1 geequlim 2019-10-06 17:09:09 +08:00