Adding cpp config
This commit is contained in:
@@ -28,6 +28,13 @@ exports.servers = [
|
|||||||
],
|
],
|
||||||
nameEndsWith: ".c",
|
nameEndsWith: ".c",
|
||||||
connectionType: "stdio"
|
connectionType: "stdio"
|
||||||
|
}, {
|
||||||
|
endpointName: "cpp",
|
||||||
|
args: [
|
||||||
|
'clangd', ['--log=error']
|
||||||
|
],
|
||||||
|
nameEndsWith: ".cpp",
|
||||||
|
connectionType: "stdio"
|
||||||
}, {
|
}, {
|
||||||
endpointName: "r",
|
endpointName: "r",
|
||||||
args: [
|
args: [
|
||||||
|
|||||||
Reference in New Issue
Block a user