Skip to content
Snippets Groups Projects
Commit c6405fec authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed .vscode/ directory

[skip ci]
parent c6d5d4b8
No related branches found
No related tags found
1 merge request!80To/matrices
...@@ -12,3 +12,6 @@ ...@@ -12,3 +12,6 @@
/.settings /.settings
/.project /.project
/.pydevproject /.pydevproject
# VSCode
/.vscode
{
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "googletest.failed",
"settings": {
"foreground": "#f00"
}
},
{
"scope": "googletest.passed",
"settings": {
"foreground": "#0f0"
}
},
{
"scope": "googletest.run",
"settings": {
"foreground": "#0f0"
}
}
]
},
"files.associations": {
"numeric": "cpp",
"ostream": "cpp"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment