Commit graph

10 commits

Author SHA1 Message Date
Simon Hausmann
b48c5a4cdb
Specify target platform for esbuild calls for vs code extension (#1924)
This patch has no effect on the currently generated output (apart from a
dummy few lines in out/extension.js), but may help to avoid issues in
the future like we had last week, where esbuild processed an import from
"vscode-languageclient" and due to browser mode it picked the browser
version of the languageclient for out/extension.js that's running in the
node environment.
2022-11-29 09:42:54 +01:00
Tobias Hunger
9845f47d8e Revert "Dont add vscode-languageclient in the externals"
This reverts commit e940c4316d.
2022-11-26 19:45:56 +01:00
Olivier Goffart
e940c4316d Dont add vscode-languageclient in the externals 2022-11-26 14:16:34 +01:00
Tobias Hunger
6abbaf2df4 Revert "vscode extension: Fix local build"
This reverts commit 22b54b72f0.
2022-11-25 17:34:32 +01:00
Olivier Goffart
22b54b72f0 vscode extension: Fix local build 2022-11-25 08:47:56 +01:00
Tobias Hunger
2a351c1727 Reformat vscode 2022-11-22 11:32:17 +01:00
Olivier Goffart
cf71b181a3 vscode extension: Share the properties view adaptation with the web extension 2022-11-03 13:15:45 +01:00
Olivier Goffart
6e2e2f0217 vscode extension: implements the property view 2022-11-03 13:15:45 +01:00
Olivier Goffart
a8ee3ca710 vscode extension: move browser-language-server/browserServerMain.ts
It doesn't need to be in a different folder with a different
package.json
2022-11-01 16:49:03 +01:00
Olivier Goffart
3949045e1b Rename the editor folder to editors 2022-06-27 17:44:46 +02:00
Renamed from editor/vscode/esbuild.js (Browse further)