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