Skip to content

Commit

Permalink
Update: Add VSCE argument --follow-symlinks
Browse files Browse the repository at this point in the history
Following the vsce update, this argument is now required because we
have a `lib` symlink folder.

See microsoft/vscode-vsce#1053
  • Loading branch information
deribaucourt committed Jan 2, 2025
1 parent 84e3f9a commit ebbd0f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@
"compile": "tsc -b",
"watch": "tsc -b -w && npm run postcompile",
"vscode:prepublish": "cd server && npm install --omit=dev && cd ../client && npm install --omit=dev && cd ..",
"package": "vsce package",
"package": "vsce package --follow-symlinks",
"clean:server": "rm -fr ./server/node_modules ./server/out ./server/resources server/tsconfig.tsbuildinfo server/.vscode-test server/*.tgz ./server/tree-sitter-bash.wasm ./server/tree-sitter-bitbake.wasm",
"clean:client": "rm -fr ./client/node_modules ./client/out client/tsconfig.tsbuildinfo client/.vscode-test",
"clean:lib": "rm -fr ./lib/node_modules",
Expand All @@ -897,8 +897,6 @@
},
"//": "TODO Bump eslint-plugin-header when rules is compatible with eslint 9",
"//": "See https://github.com/Stuk/eslint-plugin-header/issues/57",
"//": "TODO Bump vsce when symlink regression has been fixed",
"//": "See https://github.com/microsoft/vscode-vsce/pull/1053",
"devDependencies": {
"@eslint/js": "^9.10.0",
"eslint-plugin-header": "github:tonyganchev/eslint-plugin-header#36161b3282e088ad2f19657ab0e377651b6886c2",
Expand Down

0 comments on commit ebbd0f9

Please sign in to comment.