We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8a7f3 commit 4d952a3Copy full SHA for 4d952a3
libs/remixd/src/services/remixdClient.ts
@@ -14,7 +14,7 @@ export class RemixdClient extends PluginClient {
14
15
constructor (private readOnly = false) {
16
super()
17
- this.methods = ['folderIsReadOnly', 'resolveDirectory', 'get', 'exists', 'isFile', 'set', 'rename', 'remove', 'isDirectory', 'list', 'createDir']
+ this.methods = ['folderIsReadOnly', 'resolveDirectory', 'get', 'exists', 'isFile', 'set', 'rename', 'remove', 'isDirectory', 'list', 'createDir', 'canDeactivate']
18
}
19
20
setWebSocket (websocket: WS): void {
0 commit comments