-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Closed
Copy link
Description
Issue Type: Bug
- In extension, register a custom read-only
FileSystemProvider
. - In VSCode open a file from that work space. The file will open read only as expected.
- In extension dispose of the file system provider and re-register another one for the same scheme, this time not read-only.
- Run
workbench.files.action.refreshFilesExplorer
command.
Expected:
The editor changes and becomes read-write.
Actual:
The editor stays read-only, even if I close it and re-open it.
VS Code version: Code - Insiders 1.25.0-insider (5d6156a, 2018-06-25T09:40:10.343Z)
OS version: Windows_NT x64 10.0.16299
System Info
Item | Value |
---|---|
CPUs | Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz (8 x 3408) |
GPU Status | 2d_canvas: enabled flash_3d: enabled flash_stage3d: enabled flash_stage3d_baseline: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on native_gpu_memory_buffers: disabled_software rasterization: disabled_software video_decode: enabled video_encode: enabled vpx_decode: enabled webgl: enabled webgl2: enabled |
Memory (System) | 31.92GB (12.25GB free) |
Process Argv | C:\Program Files\Microsoft VS Code Insiders\Code - Insiders.exe C:\src\cascade\vscode\extension |
Screen Reader | no |
VM | 0% |
Extensions (3)
Extension | Author (truncated) | Version |
---|---|---|
cpptools | ms- | 0.17.5 |
csharp | ms- | 1.15.2 |
vsliveshare | ms- | 0.4.0-dev |
Metadata
Metadata
Assignees
Labels
file-explorerExplorer widget issuesExplorer widget issues