We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db75167 commit 382f75fCopy full SHA for 382f75f
src/features/error-highlighting.ts
@@ -129,7 +129,7 @@ const Elm = {
129
new Promise((resolve, reject) => {
130
const isWindows = process.platform === 'win32'
131
const compiler = vscode.workspace.getConfiguration('elmLand').compilerFilepath;
132
- console.log('compilerFilepath:', compiler);
+
133
// This uses `spawn` so that we can support folders with spaces in them
134
// without having to think about escaping.
135
const child = child_process.spawn(
0 commit comments