Copy code actions from old extension (until we have proper support)
This commit is contained in:
5
Makefile
5
Makefile
@@ -39,9 +39,14 @@ aoctest: newt.js
|
||||
|
||||
# Misc
|
||||
|
||||
# build / install old vscode extension
|
||||
vscode:
|
||||
cd newt-vscode && vsce package && code --install-extension *.vsix
|
||||
|
||||
# build / install new LSP vscode extension
|
||||
vscode-lsp:
|
||||
cd newt-vscode-lsp && vsce package && code --install-extension *.vsix
|
||||
|
||||
playground: .PHONY
|
||||
cd playground && ./build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user