updated to 23.11
This commit is contained in:
@ -61,6 +61,16 @@
|
||||
"editor.defaultFormatter" = "ms-python.autopep8";
|
||||
};
|
||||
|
||||
"[javascript]" = {
|
||||
"editor.formatOnSave" = true;
|
||||
"editor.formatOnSaveMode" = "modificationsIfAvailable";
|
||||
};
|
||||
|
||||
"[typescript]" = {
|
||||
"editor.formatOnSave" = true;
|
||||
"editor.formatOnSaveMode" = "modificationsIfAvailable";
|
||||
};
|
||||
|
||||
"[latex]" = {
|
||||
"editor.formatOnSave" = true;
|
||||
"editor.formatOnSaveMode" = "file"; # modificationsIfAvailable does not work
|
||||
@ -106,7 +116,7 @@
|
||||
"zig.zigPath" = ""; # Use the zig from the PATH
|
||||
"zig.zls.path" = "${pkgs.unstable.zls}/bin/zls";
|
||||
|
||||
"C_Cpp.default.compilerPath" = "${pkgs.gnat11}/bin/g++";
|
||||
"C_Cpp.default.compilerPath" = "${pkgs.gnat}/bin/g++";
|
||||
"C_Cpp.default.includePath" = [
|
||||
"\${workspaceFolder}/**"
|
||||
];
|
||||
|
Reference in New Issue
Block a user