Skip to content

Commit

Permalink
Initial migration guide
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 committed Jan 25, 2024
1 parent 95723e4 commit e692c76
Show file tree
Hide file tree
Showing 3 changed files with 607 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 e692c76

Please sign in to comment.