We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1805c0c commit e68a02eCopy full SHA for e68a02e
apps/vscode/.vscode-test.mjs
@@ -1,21 +1,6 @@
1
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
11
12
-console.info(`
13
-========================================
14
-Quarto Path: ${quartoPath}
15
-Quarto Version: ${quartoVersion}
16
17
-`);
18
19
export default defineConfig([
20
{
21
files: 'test-out/*.test.js',
0 commit comments