File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -99,3 +99,6 @@ integration/vscode/ada/linux/
99
99
100
100
# GNAT Studio clangd options
101
101
.clang-format
102
+
103
+ # Subprojects
104
+ subprojects /
Original file line number Diff line number Diff line change 10
10
git -C subprojects clone https://github.com/AdaCore/VSS.git
11
11
git -C subprojects clone https://github.com/AdaCore/spawn.git
12
12
git -C subprojects clone https://github.com/AdaCore/libadalang-tools.git
13
- gp open doc/gitpod.md
13
+ code doc/gitpod.md
14
14
echo make LIBRARY_TYPE=static
15
15
16
16
vscode :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ In a gidpod session you can:
16
16
menu
17
17
* start debugger with ` /Debug/Start Debugging ` menu (or ` F5 ` )
18
18
19
- The aditor has a lot of commands build in. Press ` F1 ` to search a command.
19
+ The editor has a lot of commands built in. Press ` F1 ` to search a command.
20
20
21
21
By default the editor is configured for the ` gnat/lsp_server.gpr ` project.
22
22
You can switch the project by changing ` /File/Settings/Open Preferences ` or
You can’t perform that action at this time.
0 commit comments