Files
op-pedal/.vscode/settings.json
T
2025-07-20 20:46:14 -04:00

187 lines
4.5 KiB
JSON

{
"files.associations": {
"functional": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"any": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"bitset": "cpp",
"chrono": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"complex": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
"coroutine": "cpp",
"cstdint": "cpp",
"deque": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"regex": "cpp",
"source_location": "cpp",
"string": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"future": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
"ostream": "cpp",
"ranges": "cpp",
"shared_mutex": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"variant": "cpp",
"*.ipp": "cpp",
"numbers": "cpp",
"semaphore": "cpp",
"gsl": "cpp",
"byte": "cpp",
"assert": "cpp",
"gsl_algorithm": "cpp",
"gsl_byte": "cpp",
"gsl_narrow": "cpp",
"gsl_assert": "cpp",
"narrow": "cpp",
"pointers": "cpp",
"span": "cpp",
"span_ext": "cpp",
"string_span": "cpp",
"util": "cpp",
"charconv": "cpp",
"valarray": "cpp",
"hash_map": "cpp",
"nm-device-wifi-p2p.h": "c",
"strstream": "cpp",
"p2p_i.h": "c",
"p2p.h": "c",
"hash_set": "cpp",
"barrier": "cpp",
"format": "cpp",
"locale": "cpp",
"stdfloat": "cpp",
"text_encoding": "cpp",
"forward_list": "cpp"
},
"cSpell.words": [
"Alsa",
"alsactl",
"alsamixer",
"authd",
"Avahi",
"Bassman",
"Chowdhury",
"Chowdhury's",
"discursus",
"distro",
"distros",
"dpkg",
"flac",
"Freeverb",
"Guitarix",
"gxplugins",
"hostapd",
"Hotspot",
"Hotspots",
"invada",
"Jatin",
"jmap",
"journalctl",
"kconfig",
"Kemperer",
"Lilv",
"midiclip",
"midisong",
"mlmodel",
"modui",
"MOTU",
"Netplan",
"Pedalboard",
"pipedal",
"pipedal_0",
"pipedaladmin",
"pipedaladmind",
"pipedalconfig",
"pipedald",
"pipedalshutdownd",
"pipedaltest",
"pipedalui",
"rdfs",
"RTAS",
"setlist",
"stompboxes",
"ToobAmp",
"toolsets",
"urids",
"usermod",
"Writables",
"xruns"
],
"C_Cpp.default.compilerPath": "/usr/bin/g++-13",
"cSpell.ignoreWords": [
"nammodel"
],
"cSpell.enabled": false,
// Disable all automatic completion suggestions - only show when Ctrl+Space is pressed
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
// Disable suggestions on trigger characters (like . or :)
"editor.suggestOnTriggerCharacters": false,
// Disable word-based suggestions from open files
"editor.wordBasedSuggestions": "off",
// Don't accept suggestions on Enter (optional)
"editor.acceptSuggestionOnEnter": "off",
// Disable parameter hints popup (optional)
"editor.parameterHints.enabled": false,
}