You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v3.2.4 (#724)
* 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