Skip to content

Commit

Permalink
Merge pull request #460 from che-incubator/editor-configs-from-configmap
Browse files Browse the repository at this point in the history
feat: Ability to apply editor configurations from a configmap
  • Loading branch information
RomanNikitenko authored Dec 10, 2024
2 parents 311493a + bf4a393 commit df56c8e
Show file tree
Hide file tree
Showing 11 changed files with 2,535 additions and 35 deletions.
6 changes: 6 additions & 0 deletions .rebase/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ https://github.com/che-incubator/che-code/pull/456
- code/src/vs/workbench/browser/workbench.contribution.ts
---

#### @RomanNikitenko
https://github.com/che-incubator/che-code/pull/460

- code/remote/package.json
---

#### @benoitf @RomanNikitenko
https://github.com/che-incubator/che-code/pull/379 \
https://github.com/che-incubator/che-code/commit/d3cf7dc86d284bc4cdff7cc163c5642bb6744524#diff-36f85da944a1b6c01cb656687e520f7415d692e1b7d8856e2161db97a134b224
Expand Down
3 changes: 2 additions & 1 deletion .rebase/add/code/remote/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dependencies": {
"ws": "8.2.3",
"js-yaml": "^4.1.0"
"js-yaml": "^4.1.0",
"@kubernetes/client-node": "^0.22.0"
}
}
2 changes: 0 additions & 2 deletions build/remote-config/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{
// Note: settings in this file will override user-level settings in the workspace.
// Any setting that may be changed by the user should not be set here.
"git.defaultCloneDirectory": "/projects/"
}
Loading

0 comments on commit df56c8e

Please sign in to comment.