31 lines
635 B
JSON
31 lines
635 B
JSON
{
|
|
"[markdown]": {
|
|
"editor.wordWrap": "off"
|
|
},
|
|
"files.exclude": {
|
|
"**/.git": false,
|
|
"**/node_modules": true
|
|
},
|
|
"files.watcherExclude": {
|
|
"**/node_modules": true
|
|
},
|
|
"cSpell.words": [
|
|
"Acks",
|
|
"DENITED",
|
|
"Infineon"
|
|
],
|
|
"rest-client.environmentVariables": {
|
|
"$shared": {
|
|
"productId": "asdfasdf",
|
|
"reviewId": "asdfasdf"
|
|
},
|
|
"dev": {
|
|
"host": "http://localhost:5243",
|
|
"token": "ey..dev"
|
|
},
|
|
"media": {
|
|
"host": "https://products.affirm.duckdns.org/",
|
|
"token": "ey..media"
|
|
}
|
|
}
|
|
} |