Releases #46
-
AutoHotkey-Plus has a Marketplace release, it also has several forks of which AutoHotkey-Plus-Plus is one but is the only one that also has a Marketplace release. Is it possible to release a fork of AutoHotkey-Plus-Plus? I have a use-case where I would like to have two separate instances of AHK++ (AHK++ and a clone) installed in VSC. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I think I've found a workaround for my use-case by using VSC installed and VSC portable, so I can have two separate workspaces using different settings for extensions. https://medium.com/@allancarneirosantos/how-to-use-multi-installation-of-vscode-a69de1955161 |
Beta Was this translation helpful? Give feedback.
-
If your workaround doesn't work, you can always clone the repo, change the package name, package the repo, and install your VSIX locally without publishing (or waiting for someone else to publish). Again, you would have to manually update, but it should be easy enough to write a script to automate this process. That way you won't be switching between VS Code windows (one regular and one portable), you'll just be enabling/disabling extensions within one window. Not sure which fits your workflow better :) |
Beta Was this translation helpful? Give feedback.
-
I'm curious, why do you need this use-case? Is this just for fixing the Run Selection categorization or is it for something else as well? |
Beta Was this translation helpful? Give feedback.
If your workaround doesn't work, you can always clone the repo, change the package name, package the repo, and install your VSIX locally without publishing (or waiting for someone else to publish). Again, you would have to manually update, but it should be easy enough to write a script to automate this process. That way you won't be switching between VS Code windows (one regular and one portable), you'll just be enabling/disabling extensions within one window. Not sure which fits your workflow better :)