Skip to content

Commit

Permalink
Potentially fixed crashing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed May 21, 2024
1 parent 26d720f commit 4f7e374
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 8,049 deletions.
11 changes: 0 additions & 11 deletions .vscode/extensions.json

This file was deleted.

98 changes: 4 additions & 94 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,95 +1,5 @@
{
"python.formatting.provider": "none",
"files.watcherExclude": {
"**/target": true
},
"cmake.configureOnOpen": false,
"cSpell.words": [
"amalthea",
"choco",
"forsyde",
"idesyde",
"jgrapht",
"minizinc"
],
"java.configuration.updateBuildConfiguration": "automatic",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
"files.associations": {
"optional": "cpp",
"xutility": "cpp",
"regex": "cpp",
"algorithm": "cpp",
"any": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"exception": "cpp",
"filesystem": "cpp",
"format": "cpp",
"forward_list": "cpp",
"functional": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"list": "cpp",
"locale": "cpp",
"map": "cpp",
"memory": "cpp",
"new": "cpp",
"numeric": "cpp",
"ostream": "cpp",
"ranges": "cpp",
"ratio": "cpp",
"span": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"unordered_map": "cpp",
"utility": "cpp",
"valarray": "cpp",
"vector": "cpp",
"xfacet": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocale": "cpp",
"xlocbuf": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xmemory": "cpp",
"xstddef": "cpp",
"xstring": "cpp",
"xtr1common": "cpp",
"xtree": "cpp"
},
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable"
{
"files.watcherExclude": {
"**/target": true
}
}

This file was deleted.

Loading

0 comments on commit 4f7e374

Please sign in to comment.