-
-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support Portable Mode #204
Conversation
support Portable Mode
Because I only have windows computers, so only tested the (win10 v1803) system. |
Hi @hcwhan , I just returned to look at this, and noted that it the Could you update that as well? |
src/extension.ts
Outdated
projectFile = path.join(appdata, channelPath, "User", PROJECTS_FILE); | ||
} else { | ||
appdata = process.env.APPDATA || (process.platform === "darwin" ? process.env.HOME + "/Library/Application Support" : "/var/local"); | ||
channelPath: string = getChannelPath(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TypeScript is complaining here...
[ts] 'string' only refers to a type, but is being used as a value here
Hi @hcwhan , It's still missing the changes on Once you push the changes, I could release an update including your PR. Thank you. |
support Portable Mode