Merge branch 'main' of https://github.com/orosmatthew/bw-hspc-contest-env
This commit is contained in:
commit
a0c72f83d4
586
extension/bwcontest/package-lock.json
generated
586
extension/bwcontest/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -72,39 +72,39 @@
|
||||
"@rollup/plugin-commonjs": "^25.0.7",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@rollup/plugin-typescript": "^11.1.5",
|
||||
"@rollup/plugin-typescript": "^11.1.6",
|
||||
"@tsconfig/svelte": "^5.0.2",
|
||||
"@types/fs-extra": "^11.0.3",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/glob": "^8.1.0",
|
||||
"@types/mocha": "^10.0.3",
|
||||
"@types/mocha": "^10.0.6",
|
||||
"@types/node": "20.x",
|
||||
"@types/vscode": "^1.84.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.9.1",
|
||||
"@typescript-eslint/parser": "^6.9.1",
|
||||
"@vscode/test-electron": "^2.3.6",
|
||||
"@types/vscode": "^1.85.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.19.0",
|
||||
"@typescript-eslint/parser": "^6.19.0",
|
||||
"@vscode/test-electron": "^2.3.8",
|
||||
"concurrently": "^8.2.2",
|
||||
"esbuild": "^0.19.5",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
"eslint-plugin-svelte": "^2.34.1",
|
||||
"esbuild": "^0.19.11",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-svelte": "^2.35.1",
|
||||
"glob": "^10.3.10",
|
||||
"mocha": "^10.2.0",
|
||||
"postcss": "^8.4.31",
|
||||
"prettier": "^3.0.3",
|
||||
"prettier-plugin-svelte": "^3.0.3",
|
||||
"rollup-plugin-css-only": "^4.5.0",
|
||||
"postcss": "^8.4.33",
|
||||
"prettier": "^3.2.2",
|
||||
"prettier-plugin-svelte": "^3.1.2",
|
||||
"rollup-plugin-css-only": "^4.5.2",
|
||||
"rollup-plugin-postcss": "^4.0.2",
|
||||
"rollup-plugin-svelte": "^7.1.6",
|
||||
"svelte": "^4.2.2",
|
||||
"svelte-check": "^3.5.2",
|
||||
"svelte-preprocess": "^5.0.4",
|
||||
"typescript": "^5.2.2"
|
||||
"svelte": "^4.2.8",
|
||||
"svelte-check": "^3.6.3",
|
||||
"svelte-preprocess": "^5.1.3",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vscode/vsce": "^2.22.0",
|
||||
"axios": "^1.6.0",
|
||||
"fs-extra": "^11.1.1",
|
||||
"isomorphic-git": "^1.25.0",
|
||||
"axios": "^1.6.5",
|
||||
"fs-extra": "^11.2.0",
|
||||
"isomorphic-git": "^1.25.3",
|
||||
"tree-kill": "^1.2.2",
|
||||
"url-join": "^5.0.0",
|
||||
"zod": "^3.22.4"
|
||||
|
@ -2,8 +2,7 @@ import * as fs from 'fs-extra';
|
||||
import { join } from 'path';
|
||||
import os = require('os');
|
||||
import { spawn } from 'child_process';
|
||||
|
||||
import kill = require('tree-kill');
|
||||
import * as kill from 'tree-kill';
|
||||
|
||||
export async function runCSharp(
|
||||
srcDir: string,
|
||||
|
Loading…
Reference in New Issue
Block a user