I was trying to change my JSON to create a path to PyDev, and now none of my extensions work. It’s not recognizing an array for some reason (I’m not familiar with JSON or JavaScript in general)
}
"terminal.integrated.commandsToSkipShell": [
"language.julia.interrupt",
],
"julia.enableTelemetry": true,
"julia.executablePath": "/home/brett/Julia/julia-1.6.0-beta1-linux-x86_64/julia-1.6.0-beta1/bin/julia",
"crystal-lang.mainFile": "/usr/lib/crystal/bin",
"python.pydev.pythonPath": "/usr/bin/python3",
}
I get this errors.
{
"resource": "/home/brett/.config/Code/User/settings.json",
"owner": "_generated_diagnostic_collection_name_#0",
"severity": 8,
"message": "Expected a JSON object, array or literal.",
"source": "jsonc",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 2
}
I had an array of these paths, but now I don’t have it right, so no array, and non of the paths work.