Skip to content

Commit

Permalink
[code] fix #4642: complete validations of extensions in .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akosyakov committed Jun 29, 2021
1 parent dd9d89a commit 5261b64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

## June 2021

- Complete validations of VS Code extensions in .gitpod.yml ([#4645](https://github.com/gitpod-io/gitpod/pull/4645)):

| Check | Quick Fixes |
| --- | --- |
| Deprecated user uploaded extensions | Resolve them against Open VSX |
| Extensions cannot be found in Open VSX | Remove from .gitpod.yml or search for them in Open VSX |
| Extensions URLs cannot be resolved to valid VSIX files | N/A |
| Extensions is installed for the workspace but missing in .gitpod.yml | Add to .gitpod.yml or uninstall |
| Extensions is uninstalled but present in .gitpod.yml | Remove from .gitpod.yml or install as no synced |

- Add dodo to animals (thanks @a2br!) ([#4589](https://github.com/gitpod-io/gitpod/pull/4589))
- Implement a new Teams UI in the dashboard (behind a feature flag). ([#4401)](https://github.com/gitpod-io/gitpod/pull/4401), )
- Breaking Change: Make ports configured in `.gitpod.yml` private by default when no value for `visibility` is given (was public). This change is for security reasons. ([#4548](https://github.com/gitpod-io/gitpod/pull/4548))
Expand Down
2 changes: 1 addition & 1 deletion components/ide/code/leeway.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN curl -fsSL https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh |
&& npm install -g yarn node-gyp
ENV PATH $NVM_DIR/versions/node/v$NODE_VERSION/bin:$PATH

ENV GP_CODE_COMMIT 6b591c22617b64c540c71bcb8585f02f7d62b06e
ENV GP_CODE_COMMIT d876a1ddea6be01fca9bbc373d21d0ac4c56d2c3
RUN mkdir gp-code \
&& cd gp-code \
&& git init \
Expand Down

0 comments on commit 5261b64

Please sign in to comment.