diff --git a/type-script-helper-1.5.2.vsix b/type-script-helper-1.5.2.vsix new file mode 100644 index 0000000..f403652 Binary files /dev/null and b/type-script-helper-1.5.2.vsix differ diff --git a/type-script-helper-1.5.3.vsix b/type-script-helper-1.5.3.vsix new file mode 100644 index 0000000..2d40114 Binary files /dev/null and b/type-script-helper-1.5.3.vsix differ diff --git a/type-script-helper/.vscode/mklink.md b/type-script-helper/.vscode/mklink.md new file mode 100644 index 0000000..e83086a --- /dev/null +++ b/type-script-helper/.vscode/mklink.md @@ -0,0 +1,11 @@ +--- +type: "note" +created: "2023-10-20T03:53:13.742Z" +updated: "2023-10-20T04:00:37.259Z" +--- + +# mklink + +```bash +mklink /J "L:\Git\YO-VSCode\type-script-helper\net8.0\win-x64\publish" "L:\DevOps\Mesa_FI\File-Folder-Helper\bin\Release\net8.0\win-x64\publish" +``` diff --git a/type-script-helper/README.md b/type-script-helper/README.md index a5f0176..eea7baa 100644 --- a/type-script-helper/README.md +++ b/type-script-helper/README.md @@ -117,3 +117,13 @@ None - columns-to-cards-webview-view-provider - file-folder-helper-exe - clickable list + +## 1.5.2 +----------------------------------------------------------------------------------------------------------- + +- file-folder-helper-exe net8.0 + +## 1.5.3 +----------------------------------------------------------------------------------------------------------- + +- Updated File-Folder-Helper ccea8de8cf49343dd4190a77ac755d233bb4e528 diff --git a/type-script-helper/package-lock.json b/type-script-helper/package-lock.json index db66eae..84b142c 100644 --- a/type-script-helper/package-lock.json +++ b/type-script-helper/package-lock.json @@ -1,17 +1,18 @@ { "name": "type-script-helper", - "version": "1.5.1", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "type-script-helper", - "version": "1.5.1", + "version": "1.5.3", "dependencies": { "@vscode/vsce": "^2.19.0", "polka": "^0.5.2" }, "devDependencies": { + "@nodelib/fs.stat": "^3.0.0", "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-node-resolve": "^15.2.1", "@rollup/plugin-typescript": "^11.1.4", @@ -410,7 +411,7 @@ "node": ">= 8" } }, - "node_modules/@nodelib/fs.stat": { + "node_modules/@nodelib/fs.scandir/node_modules/@nodelib/fs.stat": { "version": "2.0.5", "resolved": "http://localhost:4873/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", @@ -419,6 +420,15 @@ "node": ">= 8" } }, + "node_modules/@nodelib/fs.stat": { + "version": "3.0.0", + "resolved": "http://localhost:4873/@nodelib/fs.stat/-/fs.stat-3.0.0.tgz", + "integrity": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==", + "dev": true, + "engines": { + "node": ">=16.14.0" + } + }, "node_modules/@nodelib/fs.walk": { "version": "1.2.8", "resolved": "http://localhost:4873/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", @@ -2482,6 +2492,15 @@ "node": ">=8.6.0" } }, + "node_modules/fast-glob/node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "http://localhost:4873/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, "node_modules/fast-glob/node_modules/glob-parent": { "version": "5.1.2", "resolved": "http://localhost:4873/glob-parent/-/glob-parent-5.1.2.tgz", @@ -5920,12 +5939,20 @@ "requires": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" + }, + "dependencies": { + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "http://localhost:4873/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + } } }, "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "http://localhost:4873/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "version": "3.0.0", + "resolved": "http://localhost:4873/@nodelib/fs.stat/-/fs.stat-3.0.0.tgz", + "integrity": "sha512-2tQOI38s19P9i7X/Drt0v8iMA+KMsgdhB/dyPER+e+2Y8L1Z7QvnuRdW/uLuf5YRFUYmnj4bMA6qCuZHFI1GDQ==", "dev": true }, "@nodelib/fs.walk": { @@ -7446,6 +7473,12 @@ "micromatch": "^4.0.4" }, "dependencies": { + "@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "http://localhost:4873/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true + }, "glob-parent": { "version": "5.1.2", "resolved": "http://localhost:4873/glob-parent/-/glob-parent-5.1.2.tgz", diff --git a/type-script-helper/package.json b/type-script-helper/package.json index c0a62ca..202a85f 100644 --- a/type-script-helper/package.json +++ b/type-script-helper/package.json @@ -260,5 +260,5 @@ "vscode:publish": "node node_modules/@vscode/vsce/vsce package", "watch": "concurrently \"rollup -c -w\" \"webpack --watch --config ./build/node-extension.webpack.config.js\"" }, - "version": "1.5.2" + "version": "1.5.3" } \ No newline at end of file diff --git a/type-script-helper/src/ColumnsToCardsWebviewViewProvider.ts b/type-script-helper/src/ColumnsToCardsWebviewViewProvider.ts index 817418d..bfa4a1a 100644 --- a/type-script-helper/src/ColumnsToCardsWebviewViewProvider.ts +++ b/type-script-helper/src/ColumnsToCardsWebviewViewProvider.ts @@ -45,7 +45,7 @@ async function postColumnsToCards(extensionUri: vscode.Uri, webviewView: vscode. else { const workspaceFoldersZero = vscode.workspace.workspaceFolders[0].uri; const destination: vscode.Uri = vscode.Uri.joinPath(workspaceFoldersZero, ".vscode", "helper"); - const fileFolderHelper: vscode.Uri = vscode.Uri.joinPath(extensionUri, "net7.0", "win-x64", "publish", "File-Folder-Helper.exe"); + const fileFolderHelper: vscode.Uri = vscode.Uri.joinPath(extensionUri, "net8.0", "win-x64", "publish", "File-Folder-Helper.exe"); const command: string = `${fileFolderHelper.fsPath} s M ${workspaceFoldersZero.fsPath} -s ${workspaceFoldersZero.fsPath} -d ${destination.fsPath}`; exec(command, (error, stdout, stderr) => execCallback(webviewView, destination, error, stdout, stderr));