-
**OS:** Windows/MacOS
**Node.js:** 10.15.0
**Regression:** Previous release 0.4.2
**Build Version:** [20190214.1](https://dev.azure.com/ms-azuretools/AzCode/_build/results?buildId=3213&view=results…
-
I _think_ this is a bingo bug, but feel free to close if it isn't.
Using neovim with:
- autozimu/LanguageClient-neovim (branch: next)
- ncm2/ncm2
- fatih/vim-go
When completing a constant e.g. …
-
When trying to install it in my vstudio code I've got the error that it is not compatible with the latest version 1.20.0.
-
- VSCode Version: 1.28.2
- OS Version: win10 64
Steps to Reproduce:
1. `start /max "VSCODE" "H:\Microsoft VS Code\Code.exe"` by cmd;
2. when it opened, but cmd not exit;
3. the messag…
-
I have a sandbox for vsocde, with the following in the firejail profile:
```
whitelist ${HOME}/bin/VSCode-linux-x64/
mkdir ${HOME}/.vscode
whitelist ${HOME}/.vscode
mkdir ${HOME}/.config/Code
wh…
-
Refs: #52866
https://microsoft.github.io/language-server-protocol/inspector/app
Search for something, notice how it is nicely filtered but the search match is not highlighted.
I would expect so…
-
Interface `TextDocumentWillSaveEvent` from `VSCode` contains `waitUntil` to make save wait until works, but it's missing in `vsocde-languageserver-types`
https://github.com/Microsoft/vscode-languag…
-
### Issue
When i use 'launch debugger' ,there is error info in the console view:
```
SyntaxError: Unexpected token <
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10…
-
Start vscode out of source `scripts/code.sh`
Have the following js file
`console.log('hello there');`
Start debugging it (you do not have to set a breakpoint). Notice the exception in the chrom…
-
Why not Ctrl+/ for single line and Ctrl+Shift+/ for multiline commenting instead Ctrl+M for everything? It's default shortcuts in many IDEs.