From 1ca6690c40d3293da53196711922b695c3681004 Mon Sep 17 00:00:00 2001 From: Aditya Date: Sun, 26 Feb 2023 17:30:53 +0530 Subject: add Code OSS --- Code - OSS/Dictionaries/en-US-10-1.bdic | Bin 0 -> 451968 bytes Code - OSS/Network Persistent State | 1 + Code - OSS/Preferences | 1 + Code - OSS/User/settings.json | 56 +++++++++++++++++++++++++++++ Code - OSS/WebStorage/QuotaManager | Bin 0 -> 49152 bytes Code - OSS/WebStorage/QuotaManager-journal | 0 Code - OSS/languagepacks.json | 1 + 7 files changed, 59 insertions(+) create mode 100644 Code - OSS/Dictionaries/en-US-10-1.bdic create mode 100644 Code - OSS/Network Persistent State create mode 100644 Code - OSS/Preferences create mode 100644 Code - OSS/User/settings.json create mode 100644 Code - OSS/WebStorage/QuotaManager create mode 100644 Code - OSS/WebStorage/QuotaManager-journal create mode 100644 Code - OSS/languagepacks.json (limited to 'Code - OSS') diff --git a/Code - OSS/Dictionaries/en-US-10-1.bdic b/Code - OSS/Dictionaries/en-US-10-1.bdic new file mode 100644 index 0000000..a453358 Binary files /dev/null and b/Code - OSS/Dictionaries/en-US-10-1.bdic differ diff --git a/Code - OSS/Network Persistent State b/Code - OSS/Network Persistent State new file mode 100644 index 0000000..f7375bd --- /dev/null +++ b/Code - OSS/Network Persistent State @@ -0,0 +1 @@ +{"net":{"http_server_properties":{"servers":[{"isolation":[],"server":"https://img.shields.io","supports_spdy":true},{"isolation":[],"server":"https://www.buymeacoffee.com","supports_spdy":true},{"isolation":[],"server":"https://github.com","supports_spdy":true},{"isolation":[],"server":"https://opencollective.com","supports_spdy":true},{"isolation":[],"server":"https://cdn.jsdelivr.net","supports_spdy":true},{"isolation":[],"server":"https://alt-images.codestream.com","supports_spdy":true},{"isolation":[],"server":"https://equinusocio.gallerycdn.vsassets.io","supports_spdy":true},{"isolation":[],"server":"https://www.microsoft.com","supports_spdy":true},{"isolation":[],"server":"https://i.ibb.co","supports_spdy":true},{"isolation":[],"network_stats":{"srtt":7900},"server":"https://r2---sn-ci5gup-qxay.gvt1.com"},{"isolation":[],"server":"https://redirector.gvt1.com","supports_spdy":true},{"isolation":[],"server":"https://az764295.vo.msecnd.net","supports_spdy":true},{"isolation":[],"server":"https://ms-vscode.gallery.vsassets.io","supports_spdy":true},{"isolation":[],"server":"https://ms-vscode.gallerycdn.vsassets.io","supports_spdy":true},{"isolation":[],"server":"https://marketplace.visualstudio.com","supports_spdy":true},{"isolation":[],"server":"https://formulahendry.gallerycdn.vsassets.io","supports_spdy":true},{"isolation":[],"server":"https://llvm-vs-code-extensions.gallerycdn.vsassets.io","supports_spdy":true},{"isolation":[],"server":"https://vadimcn.gallerycdn.vsassets.io","supports_spdy":true},{"isolation":[],"server":"https://vscodevim.gallerycdn.vsassets.io","supports_spdy":true},{"isolation":[],"server":"https://zhuangtongfa.gallerycdn.vsassets.io","supports_spdy":true},{"isolation":[],"server":"https://raw.githubusercontent.com","supports_spdy":true}],"supports_quic":{"address":"192.168.1.16","used_quic":true},"version":5},"network_qualities":{"CAASABiAgICA+P////8B":"4G","CAESABiAgICA+P////8B":"4G","CAISABiAgICA+P////8B":"4G","CAYSABiAgICA+P////8B":"Offline"}}} \ No newline at end of file diff --git a/Code - OSS/Preferences b/Code - OSS/Preferences new file mode 100644 index 0000000..1ec6df7 --- /dev/null +++ b/Code - OSS/Preferences @@ -0,0 +1 @@ +{"spellcheck":{"dictionaries":["en-US"],"dictionary":""}} \ No newline at end of file diff --git a/Code - OSS/User/settings.json b/Code - OSS/User/settings.json new file mode 100644 index 0000000..2908493 --- /dev/null +++ b/Code - OSS/User/settings.json @@ -0,0 +1,56 @@ +{ + "workbench.colorTheme": "Tomorrow Night Blue", + "workbench.colorCustomizations": { + + "editor.background": "#0D0303", + "editor.lineHighlightBackground": "#2e2d33", + "editorLineNumber.foreground": "#7b7985", + + "sideBar.background": "#0D0303", + "list.hoverBackground": "#2e2d33", + "list.activeSelectionBackground": "#0D0303", + "list.inactiveSelectionBackground": "#0D0303", + "sideBarSectionHeader.background": "#0D0303", + + + "titleBar.activeBackground": "#0D0303", + "titleBar.inactiveBackground": "#0D0303", + + "activityBar.background": "#0D0303", + + "statusBar.background": "#0D0303", + "statusBar.foreground": "#dfac9f", + "statusBar.noFolderBackground": "#0D0303", + + "button.background": "#2e2d33", + + "menubar.selectionBorder": "#0D0303", + + "tab.inactiveBackground": "#0D0303", + "editorGroupHeader.tabsBackground": "#0D0303", + + "input.background": "#0D0303", + "input.border": "#0D0303", + "focusBorder": "#0D0303", + + "terminal.background": "#0D0303", + }, + "editor.fontFamily": "JetBrains Mono", + "editor.fontLigatures": true, + "omnisharp.path": "latest", + "omnisharp.useGlobalMono": "always", + "explorer.confirmDelete": false, + "files.autoSave": "onFocusChange", + "editor.fontSize": 14.5, + "security.workspace.trust.untrustedFiles": "open", + "terminal.integrated.defaultProfile.linux": "zsh", + "editor.cursorBlinking": "phase", + "editor.cursorSmoothCaretAnimation": "on", + "clangd.path": "/home/user/.config/Code - OSS/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/15.0.6/clangd_15.0.6/bin/clangd", + "C_Cpp.intelliSenseEngine": "disabled", + "tabnine.experimentalAutoImports": true, + "workbench.iconTheme": "vscode-icons", + "[javascript]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + } +} diff --git a/Code - OSS/WebStorage/QuotaManager b/Code - OSS/WebStorage/QuotaManager new file mode 100644 index 0000000..141a22d Binary files /dev/null and b/Code - OSS/WebStorage/QuotaManager differ diff --git a/Code - OSS/WebStorage/QuotaManager-journal b/Code - OSS/WebStorage/QuotaManager-journal new file mode 100644 index 0000000..e69de29 diff --git a/Code - OSS/languagepacks.json b/Code - OSS/languagepacks.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/Code - OSS/languagepacks.json @@ -0,0 +1 @@ +{} \ No newline at end of file -- cgit v1.2.3