microsoft / sarif-vscode-extension

SARIF Microsoft Visual Studio Code extension
MIT License
110 stars 49 forks source link

Review for consistent usage of `skipEncoding` #448

Open jeffersonking opened 2 years ago

jeffersonking commented 2 years ago

There are a few places we use skipEncoding=true when calling Uri.toString. I suspect these are no longer needed. Need to assemble some common examples (including the sarif: use case) and test to verify.

See src/extension/index.ts.