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 11e0a9fCopy full SHA for 11e0a9f
apps/vscode/.vscode-test.mjs
@@ -1,20 +1,4 @@
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
{
0 commit comments