cise.code-workspace 1.57 KB
Newer Older
YannGarcia's avatar
YannGarcia committed
{
	"folders": [
		{
			"path": "."
		},
		{
			"path": "../../frameworks/xmlsec"
YannGarcia's avatar
YannGarcia committed
		},
		{
			"path": "../../tmp/xer_decoding_issue"
		},
		{
			"path": "../../tmp/ttcn_cisetp-main/ttcn_cisetp-main"
YannGarcia's avatar
YannGarcia committed
		},
		{
			"path": "../../frameworks/cise-sim"
YannGarcia's avatar
YannGarcia committed
		}
	],
	"settings": {
		"files.associations": {
			"array": "cpp",
			"bit": "cpp",
			"*.tcc": "cpp",
			"cctype": "cpp",
			"chrono": "cpp",
			"clocale": "cpp",
			"cmath": "cpp",
			"cstdarg": "cpp",
			"cstdint": "cpp",
			"cstdio": "cpp",
			"cstdlib": "cpp",
			"ctime": "cpp",
			"cwchar": "cpp",
			"cwctype": "cpp",
			"deque": "cpp",
			"map": "cpp",
			"unordered_map": "cpp",
			"vector": "cpp",
			"exception": "cpp",
			"fstream": "cpp",
			"functional": "cpp",
			"initializer_list": "cpp",
			"iomanip": "cpp",
			"iosfwd": "cpp",
			"iostream": "cpp",
			"istream": "cpp",
			"limits": "cpp",
			"memory": "cpp",
			"new": "cpp",
			"optional": "cpp",
			"ostream": "cpp",
			"ratio": "cpp",
			"sstream": "cpp",
			"stdexcept": "cpp",
			"streambuf": "cpp",
			"string": "cpp",
			"string_view": "cpp",
			"system_error": "cpp",
			"type_traits": "cpp",
			"tuple": "cpp",
			"typeinfo": "cpp",
			"utility": "cpp",
			"codecvt": "cpp",
			"set": "cpp",
			"bitset": "cpp",
			"condition_variable": "cpp",
			"cstddef": "cpp",
			"cstring": "cpp",
			"memory_resource": "cpp",
			"mutex": "cpp",
			"regex": "cpp",
			"shared_mutex": "cpp",
			"thread": "cpp",
			"numeric": "cpp"
YannGarcia's avatar
YannGarcia committed
		"java.compile.nullAnalysis.mode": "automatic",
		"java.project.sourcePaths": [
			""
YannGarcia's avatar
YannGarcia committed
		],
		"java.configuration.updateBuildConfiguration": "interactive"
YannGarcia's avatar
YannGarcia committed
	}
}