mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-30 21:37:25 +00:00
bump
This commit is contained in:
parent
12e5412008
commit
85730a2c52
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ export function restartExtension(e: Extension): Command {
|
|||
|
||||
export function virtualMergedDocument(e: Extension): Command {
|
||||
const getVirtualDocument = async (path: string): Promise<string | null> => {
|
||||
let content: string = ""
|
||||
let content: string = ''
|
||||
try {
|
||||
content = await e.lspClient.sendRequest<string>(lsp.ExecuteCommandRequest.type.method, {
|
||||
command: 'virtualMerge',
|
||||
|
|
|
@ -36,7 +36,7 @@ export class Extension {
|
|||
this.context.subscriptions.push(vscode.commands.registerCommand('mcshader.'+name, cmd))
|
||||
}
|
||||
|
||||
public deactivate = async () => {
|
||||
deactivate = async () => {
|
||||
await this.lspClient.stop()
|
||||
while(this.context.subscriptions.length > 0) {
|
||||
this.context.subscriptions.pop()?.dispose()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue