21 lines
334 B
Plaintext
21 lines
334 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"gitlens.remotes": [
|
|
{
|
|
"domain": "git.sintekanalytics.com",
|
|
"type": "Gitea",
|
|
"name": "Sintek Analytics' Git",
|
|
"protocol": "https",
|
|
}
|
|
],
|
|
"C_Cpp.default.includePath": [
|
|
"./src"
|
|
],
|
|
"terminal.integrated.defaultProfile.windows": "MSYS2 UCRT"
|
|
}
|
|
} |