mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Add Visual Studio Code workspaces.
This commit is contained in:
10
getter/fstester.getter.code-workspace
Normal file
10
getter/fstester.getter.code-workspace
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"C_Cpp.clang_format_sortIncludes": true
|
||||||
|
}
|
||||||
|
}
|
||||||
3
setter/.vscode/settings.json
vendored
Normal file
3
setter/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"C_Cpp.default.configurationProvider": "vector-of-bool.cmake-tools"
|
||||||
|
}
|
||||||
10
setter/fstester.setter.code-workspace
Normal file
10
setter/fstester.setter.code-workspace
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "."
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"C_Cpp.clang_format_sortIncludes": true
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user