Commit bf34dca
committed
AG-29373 Add support for multi-root workspaces
Squashed commit of the following:
commit c6bf2dd
Author: scripthunter7 <d.tota@adguard.com>
Date: Thu Sep 25 19:17:33 2025 +0200
replace commands with direct code actions to avoid conflicts
commit 01844f7
Merge: 911229b 258e64f
Author: scripthunter7 <d.tota@adguard.com>
Date: Thu Sep 25 18:13:49 2025 +0200
Merge branch 'master' into fix/AG-29373
commit 911229b
Author: scripthunter7 <d.tota@adguard.com>
Date: Fri Aug 15 17:44:26 2025 +0200
move some logic to functions
commit 3832667
Author: scripthunter7 <d.tota@adguard.com>
Date: Fri Aug 15 17:40:28 2025 +0200
add try catch
commit 8b476e8
Author: scripthunter7 <d.tota@adguard.com>
Date: Fri Aug 15 17:35:58 2025 +0200
add uri utils
commit b24d824
Author: scripthunter7 <d.tota@adguard.com>
Date: Fri Aug 15 17:23:55 2025 +0200
move status bar priority to a const and add jsdoc
commit 946b82e
Author: scripthunter7 <d.tota@adguard.com>
Date: Fri Aug 15 17:12:53 2025 +0200
improve description
commit 2f19a67
Author: scripthunter7 <d.tota@adguard.com>
Date: Fri Aug 15 17:11:16 2025 +0200
fix formatting
commit d423936
Author: Slava Leleka <v.leleka@adguard.com>
Date: Fri Aug 15 12:15:24 2025 +0300
Applied suggestion
commit 4fcc991
Author: scripthunter7 <d.tota@adguard.com>
Date: Thu Aug 14 20:03:19 2025 +0200
improve folder tracking, fix quick fix commands temporarily
commit 7257665
Author: scripthunter7 <d.tota@adguard.com>
Date: Thu Aug 14 17:43:46 2025 +0200
change to readonly set
commit b14192b
Author: scripthunter7 <d.tota@adguard.com>
Date: Thu Aug 14 17:40:46 2025 +0200
move to consts
commit d8c9999
Author: scripthunter7 <d.tota@adguard.com>
Date: Thu Aug 14 17:08:10 2025 +0200
add support for multi-root workspaces1 parent 258e64f commit bf34dca
File tree
20 files changed
+883
-399
lines changed- client
- src
- server
- src
- utils
- test/static/multi-root-workspace
- project-1
- project-1-sub-1
- project-1-sub-2
- project-2
- project-3
20 files changed
+883
-399
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | 19 | | |
12 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments