Skip to content

Commit

Permalink
feat: select for cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinjhin committed Mar 7, 2024
1 parent 95f7423 commit 18610d1
Show file tree
Hide file tree
Showing 5 changed files with 3,265 additions and 40 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ coverage

# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
Expand Down
11 changes: 1 addition & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.enable": true,
"eslint.rules.customizations": [
{
"rule": "*",
"severity": "warn"
}
],
"eslint.useESLintClass": true
}
4 changes: 4 additions & 0 deletions pkg/app-launcher/l10n/en-us.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ appLauncher:
launchEndpoint: Launch {endpoint}
launchAnEndpointFromSelection: Select an endpoint to launch
noEndpointFoundForApp: No endpoint found for app
noServicesFound: No services found
loading: Loading...
loadingServices: Loading services...
selectCluster: Select a cluster
Loading

0 comments on commit 18610d1

Please sign in to comment.