-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #460 from che-incubator/editor-configs-from-configmap
feat: Ability to apply editor configurations from a configmap
- Loading branch information
Showing
11 changed files
with
2,535 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
} |
Oops, something went wrong.