Closed rosofo closed 1 month ago
Thank you! Will be in next release
On Sat, Oct 26, 2024, 04:19 Robin Forbes @.***> wrote:
The vscode exe path in TouchDesigner's preferences on MacOS ends in .app, but FS_tools is unable to launch it without pointing more directly at .../Visual Studio Code.app/Contents/MacOS/Electron.
You can view, comment on, or merge this pull request online at:
https://github.com/function-store/FunctionStore_tools/pull/46 Commit Summary
- 74fc248 https://github.com/function-store/FunctionStore_tools/pull/46/commits/74fc248b5b08d4cffa2bdd904910af523f04b4fe fix: handling of vscode fallback path on MacOS
- 37b712f https://github.com/function-store/FunctionStore_tools/pull/46/commits/37b712fe111f06d7f2364563e9d8fd400c7aafec Merge pull request #1 from rosofo/vscode-macos-path
File Changes
(1 file https://github.com/function-store/FunctionStore_tools/pull/46/files)
- M scripts/VSCodeTools/OpenVSCode/ExtOpenVSCode.py https://github.com/function-store/FunctionStore_tools/pull/46/files#diff-8b97506d0955052a1de5940533513a144aae6ee417d8fb882afe563aecfbe625 (5)
Patch Links:
- https://github.com/function-store/FunctionStore_tools/pull/46.patch
- https://github.com/function-store/FunctionStore_tools/pull/46.diff
— Reply to this email directly, view it on GitHub https://github.com/function-store/FunctionStore_tools/pull/46, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALNHYBLS5HQI7U7GRBH55CLZ5L347AVCNFSM6AAAAABQUKRCU2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGYYTKNBWGEYTEOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>
just realized this was a merge request, big love!
The vscode exe path in TouchDesigner's preferences on MacOS ends in
.app
, but FS_tools is unable to launch it without pointing more directly at.../Visual Studio Code.app/Contents/MacOS/Electron
.