Skip to content

Instantly share code, notes, and snippets.

@SManAT
Last active August 17, 2024 09:49
Show Gist options
  • Save SManAT/e9ccd8283fd1c7b1835ab7071c768e7e to your computer and use it in GitHub Desktop.
Save SManAT/e9ccd8283fd1c7b1835ab7071c768e7e to your computer and use it in GitHub Desktop.
VsCodium-nonoroazoro
[
{
"id": "bmewburn.vscode-intelephense-client",
"name": "vscode-intelephense-client",
"publisher": "bmewburn",
"version": "1.12.2"
},
{
"id": "christian-kohler.npm-intellisense",
"name": "npm-intellisense",
"publisher": "christian-kohler",
"version": "1.4.5"
},
{
"id": "christian-kohler.path-intellisense",
"name": "path-intellisense",
"publisher": "christian-kohler",
"version": "2.9.0"
},
{
"id": "cvergne.vscode-php-getters-setters-cv",
"name": "vscode-php-getters-setters-cv",
"publisher": "cvergne",
"version": "1.6.1"
},
{
"id": "dbaeumer.vscode-eslint",
"name": "vscode-eslint",
"publisher": "dbaeumer",
"version": "3.0.10"
},
{
"id": "ecmel.vscode-html-css",
"name": "vscode-html-css",
"publisher": "ecmel",
"version": "2.0.10"
},
{
"id": "esbenp.prettier-vscode",
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "10.4.0"
},
{
"id": "KevinRose.vsc-python-indent",
"name": "vsc-python-indent",
"publisher": "KevinRose",
"version": "1.18.0"
},
{
"id": "mikestead.dotenv",
"name": "dotenv",
"publisher": "mikestead",
"version": "1.0.1"
},
{
"id": "ms-python.black-formatter",
"name": "black-formatter",
"publisher": "ms-python",
"version": "2024.2.0"
},
{
"id": "ms-python.debugpy",
"name": "debugpy",
"publisher": "ms-python",
"version": "2024.8.0"
},
{
"id": "ms-python.flake8",
"name": "flake8",
"publisher": "ms-python",
"version": "2023.10.0"
},
{
"id": "ms-python.isort",
"name": "isort",
"publisher": "ms-python",
"version": "2023.10.1"
},
{
"id": "ms-python.mypy-type-checker",
"name": "mypy-type-checker",
"publisher": "ms-python",
"version": "2023.6.0"
},
{
"id": "ms-python.python",
"name": "python",
"publisher": "ms-python",
"version": "2024.12.2"
},
{
"id": "ms-toolsai.jupyter-keymap",
"name": "jupyter-keymap",
"publisher": "ms-toolsai",
"version": "1.1.2"
},
{
"id": "ms-toolsai.vscode-jupyter-cell-tags",
"name": "vscode-jupyter-cell-tags",
"publisher": "ms-toolsai",
"version": "0.1.9"
},
{
"id": "ms-toolsai.vscode-jupyter-slideshow",
"name": "vscode-jupyter-slideshow",
"publisher": "ms-toolsai",
"version": "0.1.6"
},
{
"id": "ms-vscode.powershell",
"name": "powershell",
"publisher": "ms-vscode",
"version": "2024.2.2"
},
{
"id": "nadim-vscode.html-meta-tags-hero",
"name": "html-meta-tags-hero",
"publisher": "nadim-vscode",
"version": "1.0.2"
},
{
"id": "Natizyskunk.sftp",
"name": "sftp",
"publisher": "Natizyskunk",
"version": "1.16.3"
},
{
"id": "nonoroazoro.syncing",
"name": "syncing",
"publisher": "nonoroazoro",
"version": "3.3.7"
},
{
"id": "oderwat.indent-rainbow",
"name": "indent-rainbow",
"publisher": "oderwat",
"version": "8.3.1"
},
{
"id": "redhat.vscode-commons",
"name": "vscode-commons",
"publisher": "redhat",
"version": "0.0.6"
},
{
"id": "redhat.vscode-xml",
"name": "vscode-xml",
"publisher": "redhat",
"version": "0.27.1"
},
{
"id": "redhat.vscode-yaml",
"name": "vscode-yaml",
"publisher": "redhat",
"version": "1.15.0"
},
{
"id": "stylelint.vscode-stylelint",
"name": "vscode-stylelint",
"publisher": "stylelint",
"version": "1.4.0"
},
{
"id": "syler.sass-indented",
"name": "sass-indented",
"publisher": "syler",
"version": "1.8.30"
},
{
"id": "Vladeeg.vscode-theme-vlight",
"name": "vscode-theme-vlight",
"publisher": "Vladeeg",
"version": "2.2.0"
},
{
"id": "Vue.volar",
"name": "volar",
"publisher": "Vue",
"version": "2.0.26"
}
]
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+alt+r",
"command": "workbench.action.terminal.runActiveFile"
},
{
"key": "ctrl+shift+down",
"command": "-cursorDownSelect",
"when": "textInputFocus"
},
{
"key": "shift+alt+down",
"command": "editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+down",
"command": "-editor.action.moveLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+up",
"command": "-cursorUpSelect",
"when": "textInputFocus"
},
{
"key": "shift+alt+up",
"command": "editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "alt+up",
"command": "-editor.action.moveLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "ctrl+shift+left",
"command": "-cursorWordLeftSelect",
"when": "textInputFocus && !accessibilityModeEnabled"
},
{
"key": "ctrl+shift+right",
"command": "-cursorWordEndRightSelect",
"when": "textInputFocus && !accessibilityModeEnabled"
},
{
"key": "ctrl+shift+left",
"command": "editor.action.moveCarretLeftAction"
},
{
"key": "ctrl+shift+right",
"command": "editor.action.moveCarretRightAction"
},
{
"key": "shift+alt+down",
"command": "-editor.action.copyLinesDownAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+down",
"command": "-notebook.cell.copyDown",
"when": "notebookEditorFocused && !inputFocus"
},
{
"key": "shift+alt+up",
"command": "-notebook.cell.copyUp",
"when": "notebookEditorFocused && !inputFocus"
},
{
"key": "shift+alt+up",
"command": "-editor.action.copyLinesUpAction",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+alt+left",
"command": "-editor.action.smartSelect.shrink",
"when": "editorTextFocus"
},
{
"key": "shift+alt+left",
"command": "editor.action.reindentlines"
},
{
"key": "ctrl+shift+down",
"command": "editor.action.copyLinesDownAction"
},
{
"key": "shift+alt+d",
"command": "-extension.downloadSettings"
},
{
"key": "shift+alt+d",
"command": "sftp.download.activeFile"
}
]
{
"editor.fontSize": 16,
"editor.formatOnSave": true,
//"editor.formatOnSaveMode": "modifications",
"editor.formatOnType": false,
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"explorer.confirmDragAndDrop": false,
// disable pop Up Help
"editor.parameterHints.enabled": false,
"editor.hover.enabled": false,
"sync.gist": "dbac176573a68a306bbbb5d03e81aecb",
"explorer.confirmDelete": false,
"prettier.tabWidth": 2,
"prettier.useTabs": false,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.formatOnType": false,
"editor.formatOnPaste": false
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features",
"editor.formatOnSave": true,
"editor.formatOnType": false,
"editor.formatOnPaste": false
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[yaml]": {
//"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "redhat.vscode-yaml",
"editor.autoIndent": "advanced"
},
"prettier.trailingComma": "none",
"php.validate.executablePath": "C:\\php\\php.exe",
"sshfs.configpaths": [],
"prettier.enableDebugLogs": true,
"terminal.integrated.tabs.enabled": true,
"redhat.telemetry.enabled": true,
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"workbench.colorTheme": "VLight",
"css.hover.references": false,
"css.validate": false,
"less.validate": false,
"html.hover.references": false,
"html.hover.documentation": false,
"security.workspace.trust.untrustedFiles": "open",
"git.enableSmartCommit": true,
"sftp.downloadWhenOpenInRemoteExplorer": true,
"scss.validate": true,
"scss.lint.zeroUnits": "warning",
"prettier.stylelintIntegration": true,
"git.confirmSync": false,
"git.autofetch": true,
"pythonIndent.trimLinesWithOnlyWhitespace": true,
"python.defaultInterpreterPath": "C:\\Python\\python.exe",
"python.formatting.autopep8Args": [
"--max-line-length",
"210",
"--experimental",
"--indent-size=2"
],
"python.analysis.autoImportCompletions": true,
"python.analysis.indexing": true,
"python.analysis.packageIndexDepths": [
{
"name": "",
"depth": 3
},
],
"python.formatting.yapfArgs": [
"--style",
"{based_on_style: chromium, indent_width: 2}"
],
"black-formatter.args": [
"--line-length",
"210"
],
"python.diagnostics.sourceMapsEnabled": true,
"[scss]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"python.analysis.diagnosticMode": "workspace",
"editor.accessibilitySupport": "off",
"code-runner.clearPreviousOutput": true,
"code-runner.defaultLanguage": "python",
"code-runner.saveFileBeforeRun": true,
"code-runner.executorMapByFileExtension": {
".vb": "cd $dir && vbc /nologo $fileName && $dir$fileNameWithoutExt",
".vbs": "cscript //Nologo",
".scala": "scala",
".jl": "julia",
".cr": "crystal",
".ml": "ocaml",
".zig": "zig run",
".exs": "elixir",
".hx": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
".rkt": "racket",
".scm": "csi -script",
".ahk": "autohotkey",
".au3": "autoit3",
".kt": "cd $dir && kotlinc $fileName -include-runtime -d $fileNameWithoutExt.jar && java -jar $fileNameWithoutExt.jar",
".kts": "kotlinc -script",
".dart": "dart",
".pas": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
".pp": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
".d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
".hs": "runhaskell",
".nim": "nim compile --verbosity:0 --hints:off --run",
".csproj": "dotnet run --project",
".fsproj": "dotnet run --project",
".lisp": "sbcl --script",
".kit": "kitc --run",
".v": "v run",
".vsh": "v run",
".sass": "sass --style expanded",
".cu": "cd $dir && nvcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
".ring": "ring",
".sml": "cd $dir && sml $fileName"
},
"code-runner.executorMapByGlob": {
"php": "C:\\php\\php.exe",
"python": "python",
"ruby": "C:\\Ruby23-x64\\bin\\ruby.exe",
"go": "go run",
"pom.xml": "cd $dir && mvn clean package"
},
"git.openRepositoryInParentFolders": "never",
"workbench.editor.enablePreview": false,
"window.zoomLevel": 3,
"files.autoSave": "afterDelay",
"editor.stickyScroll.scrollWithEditor": false,
"workbench.tree.enableStickyScroll": false,
"editor.stickyScroll.enabled": false,
"html.format.wrapLineLength": 0,
"indentRainbow.colors": [
"rgba(255,255,64,0.15)",
"rgba(127,255,127,0.15)",
"rgba(255,127,255,0.15)",
"rgba(79,236,236,0.15)"
],
"liveSassCompile.settings.formats": [
{
"format": "compressed",
"extensionName": ".css",
//relative to scss file
"savePath": "~/../css"
}
],
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
}
{
// Place your snippets for bat here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment