Skip to content

Commit

Permalink
override server package on codespace setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Donham committed Jul 17, 2024
1 parent e9f7363 commit 3f5ccbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"extensions": []
}
},
"postCreateCommand": "pnpm install && node ./scripts/fetch_latest_vsix.mjs && unzip -o latest-vsix.zip && code --install-extension ./vitale-*.vsix",
"postCreateCommand": "pnpm install && pnpm add npm:@githubnext/vitale && node ./scripts/fetch_latest_vsix.mjs && unzip -o latest-vsix.zip && code --install-extension ./vitale-*.vsix",
"portsAttributes": {
"51205": {
"label": "Vitale",
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
link-workspace-packages=false

0 comments on commit 3f5ccbe

Please sign in to comment.