38 lines
712 B
JSON
38 lines
712 B
JSON
{
|
|
"[markdown]": {
|
|
"editor.wordWrap": "off"
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": false,
|
|
"**/node_modules": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/node_modules": true
|
|
},
|
|
"cSpell.words": [
|
|
"accessibilities",
|
|
"Acks",
|
|
"aspnet",
|
|
"ASPNETCORE",
|
|
"CAXXXX",
|
|
"DENITED",
|
|
"Exif",
|
|
"gitea",
|
|
"Immich",
|
|
"Infineon",
|
|
"Kanbn",
|
|
"Npgsql",
|
|
"Phares",
|
|
"Thumbhash"
|
|
],
|
|
"rest-client.environmentVariables": {
|
|
"$shared": {
|
|
"productId": "asdfasdf",
|
|
"reviewId": "asdfasdf"
|
|
},
|
|
"dev": {
|
|
"host": "http://localhost:5003",
|
|
"token": "ey..dev"
|
|
}
|
|
}
|
|
} |