This commit is contained in:
Mike Phares 2024-01-05 18:48:46 -07:00
parent 929d4e1ccd
commit 927db6dbd5
7 changed files with 62 additions and 8 deletions

Binary file not shown.

Binary file not shown.

11
type-script-helper/.vscode/mklink.md vendored Normal file
View File

@ -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"
```

View File

@ -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

View File

@ -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",

View File

@ -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"
}

View File

@ -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));