Skip to content

Commit

Permalink
Added docking panel support (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
FoolRunning authored Mar 9, 2023
2 parents d5d933e + 4e60ed5 commit ec5b5ff
Show file tree
Hide file tree
Showing 18 changed files with 1,036 additions and 295 deletions.
14 changes: 13 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
"*.{css,sass,scss}.d.ts": true
},

"cSpell.ignorePaths": [
"package-lock.json",
"node_modules",
"vscode-extension",
".git/objects",
".vscode",
".vscode-insiders",
"package.json"
],

"cSpell.words": [
"asyncs",
"endregion",
Expand All @@ -37,6 +47,8 @@
"unsub",
"unsubs",
"unsubscriber",
"unsubscribers"
"unsubscribers",
"dockbox",
"maximizable"
],
}
Loading

0 comments on commit ec5b5ff

Please sign in to comment.