stinb / UnderstandForVSCode

VS Code extension for Understand
https://www.scitools.com
MIT License
1 stars 0 forks source link

Build issue on Windows #1

Closed groke closed 6 months ago

groke commented 7 months ago

image

'node_modules\typescript\bin\tsc' is not recognized as an internal or external command,
operable program or batch file.

node_modules\typescript\bin\tsc does exist as a file but doesn't look like an executable.

RobbyCBennett commented 7 months ago

My mistake. I should have tested it in Windows cmd too. Here's the updated command, which is now in the wiki.

node node_modules/typescript/bin/tsc && node node_modules/@vscode/vsce/vsce package -o understand.vsix --baseImagesUrl https://raw.githubusercontent.com/stinb/UserverVscode/main/
groke commented 7 months ago

@RobbyCBennett is the vsix file system specific? i.e. do I need to build it on every supported platform or just once?

RobbyCBennett commented 7 months ago

It's system agnostic. On the vscode extension marketplace, I just build once and upload. It's basically zipped javascript with some other files.

groke commented 6 months ago

Looks good