{ "window.zoomLevel": 0, "window.restoreWindows": "none", "terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", "terminal.integrated.fontFamily": "DejaVuSansMono NF, Consolas", "terminal.integrated.fontSize": 12, "terminal.integrated.fontWeight": "normal", "workbench.colorTheme": "One Dark Pro", "workbench.startupEditor": "newUntitledFile", "workbench.iconTheme": "vscode-icons", "workbench.tree.renderIndentGuides": "always", "workbench.editor.highlightModifiedTabs": true, "workbench.editor.tabSizing": "shrink", "workbench.editor.closeOnFileDelete": true, "explorer.compactFolders": false, "explorer.sortOrder": "type", "explorer.confirmDragAndDrop": false, "explorer.confirmDelete": false, "editor.fontFamily": "'Source Code Pro', Consolas", "editor.fontSize": 12, "editor.fontWeight": "normal", "editor.wordWrap": "on", "editor.renderWhitespace": "all", "editor.smoothScrolling": true, "editor.cursorSmoothCaretAnimation": true, "editor.minimap.renderCharacters": false, "editor.minimap.showSlider": "always", "editor.minimap.size": "fit", "editor.showFoldingControls": "always", "editor.foldingStrategy": "indentation", "editor.detectIndentation": false, "editor.suggestSelection": "first", "editor.tabSize": 2, "files.trimFinalNewlines": true, "files.trimTrailingWhitespace": true, "typescript.preferences.importModuleSpecifier": "relative", "javascript.updateImportsOnFileMove.enabled": "always", "typescript.updateImportsOnFileMove.enabled": "always", "search.showLineNumbers": true, "search.sortOrder": "type", "debug.allowBreakpointsEverywhere": true, "debug.console.closeOnEnd": true, "scm.alwaysShowActions": true, "extensions.closeExtensionDetailsOnViewChange": true, "extensions.ignoreRecommendations": true, "remote.downloadExtensionsLocally": true, "vsicons.dontShowNewVersionMessage": true, "diffEditor.ignoreTrimWhitespace": true, "python.pythonPath": "C:\\Users\\eloib\\AppData\\Local\\Programs\\Python\\Python39\\python.exe", "[csharp]": { "editor.tabSize": 4 }, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "[markdown]": { "files.trimFinalNewlines": false, "files.trimTrailingWhitespace": false }, "[python]": { "editor.tabSize": 4 }, "mongoRunner": { "connections": [ { "name": "marieservanebellet", "url": "mongodb://eloiblt:Belo1073mo!@92.222.75.34:27017/marieservanebellet" } ] }, "remote.SSH.remotePlatform": { "92.222.75.34": "linux" }, "editor.fontLigatures": "'ccmp' off", "angular.enable-experimental-ivy-prompt": false }