Skip to content

Commit

Permalink
install VSIX in postAttachCommand (code is in $PATH)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Donham committed Jul 17, 2024
1 parent 511e549 commit 501beff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"extensions": []
}
},
"postCreateCommand": "pnpm install && pnpm add npm:@githubnext/vitale && node ./scripts/fetch_latest_vsix.mjs && unzip -o latest-vsix.zip && code --install-extension ./vitale-*.vsix",
"postStartCommand": "echo $PATH > PATH.postStartCommand",
"postAttachCommand": "echo $PATH > PATH.postAttachCommand",
"postCreateCommand": "pnpm install && pnpm add npm:@githubnext/vitale && node ./scripts/fetch_latest_vsix.mjs && unzip -o latest-vsix.zip",
"waitFor": "postCreateCommand",
"postAttachCommand": " code --install-extension ./vitale-*.vsix",
"portsAttributes": {
"51205": {
"label": "Vitale",
Expand Down

0 comments on commit 501beff

Please sign in to comment.