We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Type: Bug
The const options and onDidChangeSelection lines are not actually removed:
const options
onDidChangeSelection
The PR: microsoft/vscode-extension-samples#89
Extension version: 0.0.22 VS Code version: Code - Insiders 1.27.0-insider (7b9afc4196bda60b0facdf62cfc02815509b23d6, 2018-09-03T09:07:33.052Z) OS version: Darwin x64 17.7.0
The text was updated successfully, but these errors were encountered:
Seeing a similar issue here, maybe the same thing: https://github.com/Microsoft/vscode/pull/57957/files
In extHostSearch.test.ts, the catch line is not actually removed.
catch
Sorry, something went wrong.
d03b594
RMacfarlane
No branches or pull requests
Issue Type: Bug
The
const options
andonDidChangeSelection
lines are not actually removed:The PR: microsoft/vscode-extension-samples#89
Extension version: 0.0.22
VS Code version: Code - Insiders 1.27.0-insider (7b9afc4196bda60b0facdf62cfc02815509b23d6, 2018-09-03T09:07:33.052Z)
OS version: Darwin x64 17.7.0
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
The text was updated successfully, but these errors were encountered: