- VSCode Version: Code - Insiders 1.20.0-insider (54240a7, 2018-01-17T05:14:17.405Z)
- OS Version: Windows_NT x64 10.0.16299
Extensions (3)
| Extension |
Author (truncated) |
Version |
| gitlens |
eam |
7.5.3 |
| python |
ms- |
0.9.1 |
| debugger-for-chrome |
msj |
4.0.0 |
Steps to Reproduce:
- Add
"files.associations": {} in setting.json
- Trigger Intellisense in those brackets
- bug
expect:

https://github.com/Microsoft/vscode/blob/master/extensions/configuration-editing/src/settingsDocumentHelper.ts#L60
happened instead:

This bug occurs only with Insider.
Reproduces without extensions: Yes
Extensions (3)
Steps to Reproduce:
"files.associations": {}in setting.jsonexpect:

https://github.com/Microsoft/vscode/blob/master/extensions/configuration-editing/src/settingsDocumentHelper.ts#L60
happened instead:

This bug occurs only with Insider.
Reproduces without extensions: Yes