Skip to content

Commit 11e0a9f

Browse files
committed
remove debugging code
1 parent 1805c0c commit 11e0a9f

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

apps/vscode/.vscode-test.mjs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
11
import { defineConfig } from '@vscode/test-cli';
2-
import { execSync } from 'child_process';
3-
4-
const quartoPath = execSync('which quarto', {
5-
encoding: 'utf-8'
6-
}).trim();
7-
8-
const quartoVersion = execSync(`${quartoPath} --version`, {
9-
encoding: 'utf-8',
10-
}).trim();
11-
12-
console.info(`
13-
========================================
14-
Quarto Path: ${quartoPath}
15-
Quarto Version: ${quartoVersion}
16-
========================================
17-
`);
182

193
export default defineConfig([
204
{

0 commit comments

Comments
 (0)