Skip to content
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

Fix loading language bundles and add missing dependencies #736

Merged
merged 6 commits into from
Dec 13, 2018
Merged

Fix loading language bundles and add missing dependencies #736

merged 6 commits into from
Dec 13, 2018

Conversation

thejewdude
Copy link

@thejewdude thejewdude commented Dec 13, 2018

As discussed in #717 I fixed the issue with the commands not being correctly translated. It looks like the root path of the extension wasn't being set correctly.

I packaged the extension with vsce package and installed it on my machine with code --install-extension. The Advanced Settings menu is now appearing correctly.

@shanalikhan shanalikhan merged commit 7e5175f into shanalikhan:v3.2.3 Dec 13, 2018
shanalikhan added a commit that referenced this pull request Dec 13, 2018
shanalikhan added a commit that referenced this pull request Dec 13, 2018
* add support for Coder.com (#714)

Checks for extension `coder.coder` to tell if the IDE is Coder + VS
Code or just a regular VS Code installation.

* add webpack bundling for faster startup

* use tsc to compile tests

* make tests run

* v3.2.3 release

* v3.2.4

* Always use VSCODE_PORTABLE env when portable

Mac will no longer use Application Support while in portable mode

* Token error on HTTP 401

- Display token error on 401, as the current method was displaying generic error for me. Also opens GitHub tokens page on error
> Doesn’t listen for 403 errors as this shouldn’t ever happen with current setup, but we could add later
- Use error.status instead of error.code to avoid depreciation logging

* Fix loading language bundles and add missing dependencies (#736)

* add webpack bundling for faster startup

* use tsc to compile tests

* make tests run

* rebase on v3.2.3

* fix loading language bundles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants