mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
comment
This commit is contained in:
parent
0ec0c324b1
commit
3baaf8d6c4
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class VoidSettingsInput extends EditorInput {
|
|||
static readonly ID: string = 'workbench.input.void.settings';
|
||||
|
||||
static readonly RESOURCE = URI.from({ // I think this scheme is invalid, it just shuts up TS
|
||||
scheme: 'void', // Custom scheme for our editor
|
||||
scheme: 'void', // Custom scheme for our editor (try Schemas.https)
|
||||
path: 'settings'
|
||||
})
|
||||
readonly resource = VoidSettingsInput.RESOURCE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue