Skip to content

Commit

Permalink
Initial migration guide (#1219)
Browse files Browse the repository at this point in the history
- Provide first iteration of migration guide (contains migration steps for client and theia-integration)
  • Loading branch information
tortmayr authored Jan 30, 2024
1 parent 294f2a8 commit 948f570
Show file tree
Hide file tree
Showing 3 changed files with 811 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"eslint.validate": ["javascript", "typescript"],
"prettier.prettierPath": "node_modules/prettier",
Expand Down
Loading

0 comments on commit 948f570

Please sign in to comment.