0% found this document useful (0 votes)
0 views

files

The document contains configuration settings for a code editor, including file auto-save options, default formatters for various programming languages, and spell check customizations. It also specifies user preferences for the workbench appearance, live server settings, and terminal behavior. Additionally, it includes settings for SQL Developer and GitHub Copilot integration.

Uploaded by

tailaba999
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
0 views

files

The document contains configuration settings for a code editor, including file auto-save options, default formatters for various programming languages, and spell check customizations. It also specifies user preferences for the workbench appearance, live server settings, and terminal behavior. Additionally, it includes settings for SQL Developer and GitHub Copilot integration.

Uploaded by

tailaba999
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

{

"files.autoSave": "afterDelay",

"[html]": {

"editor.defaultFormatter": "vscode.html-language-features"

},

"cSpell.ignoreWords": [

"Beatae",

"Eaque",

"adipisicing",

"amet",

"animi",

"consectetur",

"corrupti",

"debitis",

"doloribus",

"eligendi",

"elit",

"inventore",

"maxime",

"omnis",

"recusandae",

"reiciendis",

"rerum",

"similique",

"suscipit",

"voluptatem"

],

"editor.minimap.showSlider": "always",

"editor.minimap.enabled": false,
"[css]": {

"editor.defaultFormatter": "esbenp.prettier-vscode"

},

"workbench.editor.showTabs": "single",

"explorer.confirmDelete": false,

"cSpell.userWords": [

"karim",

"Prénom",

"SCER"

],

"github.copilot.advanced": {

"authProvider": "github-enterprise"

},

"sqldeveloper.telemetry.enabled": true,

"[jsonc]": {

"editor.defaultFormatter": "vscode.json-language-features"

},

"cSpell.customDictionaries": {

"custom-dictionary-user": {

"name": "custom-dictionary-user",

"path": "~/.cspell/custom-dictionary-user.txt",

"addWords": true,

"scope": "user"

},

"workbench.editor.enablePreview": false,

"liveServer.settings.donotShowInfoMsg": true,

"liveServer.settings.donotVerifyTags": true,

"diffEditor.ignoreTrimWhitespace": false,
"[php]": {

"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"

},

"[c]": {

"editor.defaultFormatter": "keyhr.42-c-format"

},

"C_Cpp.default.compilerPath": "C:\\msys64\\ucrt64\\bin\\gcc.exe",

"diffEditor.hideUnchangedRegions.enabled": true,

"editor.formatOnSave": true,

"sqldeveloper.sqlHistory.historyLimit": 500,

"liveServer.settings.NoBrowser": true,

"liveServer.settings.fullReload": true,

"liveServer.settings.CustomBrowser": "firefox",

"terminal.integrated.focusAfterRun": "terminal",

"testing.automaticallyOpenPeekViewDuringAutoRun": true,

"workbench.colorTheme": "Visual Studio Dark - C++",

"workbench.editor.defaultBinaryEditor": "default"

You might also like