Open
Description
Currently main.ts
is mostly populated with this mystifying code blob:
Lines 53 to 104 in 6c96a2d
It seems to have some PowerShell related bits in it, but also some JS doc comment stuff...
It probably shouldn't be in main.ts
, and we should work out if it even causes anything. I suspect it's getting ignored in favour of the code in https://github.com/Microsoft/vscode/blob/master/extensions/powershell/language-configuration.json.
We should investigate and:
- if the code here is being preferred, move it to a more sensible location in the repo and make sure it's up to do
- if the VSCode JSON is being preferred, delete this code