Closed
Description
Description
When I type "n" on a fresh line, intellisense breaks until application is restarted
Repo
- Open VS Code and create a new document
- Select "Powershell" from the languages at the bottom right of the window
- Type any command not starting with "n" to show that intellisense is working.
- Type the letter "n" on a new line
- Test to see that intellisense is no longer functioning
- Restart VS Code (or close and re-open folder if you have one open) to regain functionality
Ex:
Test-Path
n
test-pat
Notes
- I updated to the latest version of VS Code yesterday
- I reinstalled vscode-powershell tools today
- New user, can't verify if this happened before