patch
This commit is contained in:
parent
d146f51e59
commit
bc84098b77
|
@ -6,7 +6,7 @@
|
||||||
"publisher": "koniifer",
|
"publisher": "koniifer",
|
||||||
"displayName": "hblang",
|
"displayName": "hblang",
|
||||||
"description": "Syntax highlighter and formatter for holey-bytes lang",
|
"description": "Syntax highlighter and formatter for holey-bytes lang",
|
||||||
"version": "0.2.1",
|
"version": "0.2.2",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.75.0"
|
"vscode": "^1.75.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -8,7 +8,7 @@ let diagnosticCollection: vscode.DiagnosticCollection;
|
||||||
|
|
||||||
function getExecutablePath(): string {
|
function getExecutablePath(): string {
|
||||||
const config = vscode.workspace.getConfiguration("hblang");
|
const config = vscode.workspace.getConfiguration("hblang");
|
||||||
return config.get<string>("compilerPath") === "Use PATH"
|
return config.get<string>("compilerPath") === "PATH"
|
||||||
? DEFAULT_EXECUTABLE
|
? DEFAULT_EXECUTABLE
|
||||||
: config.get<string>("compilerPath")!;
|
: config.get<string>("compilerPath")!;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue