O# doc comment insertion tests broken in VSCode 1.106
- Dominant language
- TypeScript
- Stars
- 3.1k
- Forks
- 737
- Avg merge
- 18h 40m
- Merged PRs (30d)
- 31
Description
Integration tests updated to 1.106 of VSCode and has broken O# doc comment insertion tests
```
Summary of all failing tests
FAIL test/omnisharp/omnisharpIntegrationTests/documentationCommentAutoFormatting.integration.test.ts
● Documentation Comment Auto Formatting: single csproj at root of workspace › Triple slash inserts doc comment snippet
Unexpected type
at vi (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:10:1128)
at ../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:449:17868
at ETt.invokeFunction (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:1399:674)
at BYe.n (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:1338:3984)
at BYe.executeCommand (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:1338:3599)
at pJt.$executeCommand (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:522:529)
at kMt.S (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:3869:40399)
at kMt.Q (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:3869:40177)
at kMt.M (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:3869:39265)
at kMt.L (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:3869:38366)
● Documentation Comment Auto Formatting: single csproj at root of workspace › Enter in comment inserts triple-slashes preceding
Unexpected type
at vi (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:10:1128)
at ../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:449:17868
at ETt.invokeFunction (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:1399:674)
at BYe.n (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:1338:3984)
at BYe.executeCommand (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:1338:3599)
at pJt.$executeCommand (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:522:529)
at kMt.S (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:3869:40399)
at kMt.Q (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:3869:40177)
at kMt.M (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:3869:39265)
at kMt.L (../../../vscode-file:/vscode-app/mnt/vss/_work/1/s/.vscode-test/vscode-linux-x64-1.106.0/resources/app/out/vs/workbench/workbench.desktop.main.js:3869:38366)
```
Have not checked if it is broken outside of tests
Contributor guide
Assessment
This issue has not been assessed yet.