Skip to content

Commit

Permalink
♻️ Reorder app in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ImNotAVirus committed Sep 22, 2023
1 parent d79a4a5 commit 83d60c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/workspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
{"path": "../apps/game_service"},
{"path": "../apps/login_service"},
{"path": "../apps/channel_service"},
{"path": "../apps/elven_packets"},
{"path": "../apps/elven_data"},
{"path": "../apps/elven_caching"},
{"path": "../apps/elven_algorithms"},
{"path": "../apps/elven_database"},
{"path": "../apps/elven_data"},
{"path": "../apps/elven_packets"},
{"path": "../apps/elven_algorithms"}
],
"settings": {
"files.insertFinalNewline": true,
Expand Down

0 comments on commit 83d60c1

Please sign in to comment.