SOLARIS_Analysis/.vscode/settings.json

95 lines
2.0 KiB
JSON
Raw Normal View History

2023-03-17 15:16:57 -04:00
{
"files.associations": {
"detectorGeo.txt": "shellscript",
"reactionConfig.txt": "shellscript",
"DWBA": "shellscript",
"SimChecker_Config.txt": "fsharp",
"*.C": "cpp"
2023-03-17 15:16:57 -04:00
},
"C_Cpp.autoAddFileAssociations": false,
2023-03-17 15:16:57 -04:00
"better-comments.multilineComments": true,
"better-comments.tags" : [
{
"tag": "!",
"color": "#FF2D00",
"strikethrough": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "?",
"color": "#1FE0CB",
2023-03-17 15:16:57 -04:00
"strikethrough": false,
"backgroundColor": "transparent",
"bold": true,
2023-03-17 15:16:57 -04:00
"italic": false
},
{
"tag": "@",
"color": "#00F8FF",
"strikethrough": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "/",
"color": "#00A0FF",
"strikethrough": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "//",
"color": "#474747",
"strikethrough": true,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "^",
"color": "#EAF622",
"strikethrough": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "*",
"color": "#28FF00",
"strikethrough": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "&",
"color": "#FF06A0",
"strikethrough": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "~",
"color": "#BE00FF",
"strikethrough": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
},
{
"tag": "todo",
"color": "#FF8C00",
"strikethrough": false,
"backgroundColor": "transparent",
"bold": false,
"italic": false
}
2023-04-07 00:48:05 -04:00
],
"C_Cpp.errorSquiggles": "disabled"
2023-03-17 15:16:57 -04:00
}