Ben Spoor

Results 7 comments of Ben Spoor

+1 for this PR as well, would be a good point adding support for custom command codes

I don't completely understand, it is possible to select them during import isn't it?

On windows with this version: ![afbeelding](https://user-images.githubusercontent.com/37540691/110201274-851b8480-7e62-11eb-93ce-2de8bacb9f95.png) Attached a minimal reproducing file with the error: [repro.zip](https://github.com/jgeudens/ModbusScope/files/6095071/repro.zip) (Sidenote: I also noticed when the `` tag is missing only an "invalid" message is...

I also upgraded to v3.1.0 and issue is still present

I have same issue with Gitlens https://github.com/gitkraken/vscode-gitlens/issues/1980 Completely stopping VSCode (so not a reload), will "resolve" the issue.

Duplicate of #732, #725, #710, #685, #646, #621, #577, #539, #530, #514, #511, #508 See https://github.com/microsoft/vscode/issues/125993 And specifically https://github.com/microsoft/vscode/issues/125993#issuecomment-859332298

Also `workspaceFolders` for [multi-root workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces) are not accepted. e.g. ```json "folders": [ { "name": "Tests", "path": "../Tests" }, { "name": "Source", "path": "../Src" } ], "settings": { "cpputestTestAdapter.testExecutable": "${workspaceFolder:Tests}/Unit/build/myTest.exe", "cpputestTestAdapter.testExecutablePath":...