Skip to content

Commit e68a02e

Browse files
committed
remove debugging code
1 parent 1805c0c commit e68a02e

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

apps/vscode/.vscode-test.mjs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
import { defineConfig } from '@vscode/test-cli';
22
import { execSync } from 'child_process';
33

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-
`);
18-
194
export default defineConfig([
205
{
216
files: 'test-out/*.test.js',

0 commit comments

Comments
 (0)