Search

Home

setup

COMPUTER

CPU Intel Core i5-6600K 3.8GHz
GPU NVIDIA GeForce GTX 1060 3GB
PSU 500W
RAM 12GB DDR3(1600MHz)
cooling E97379-003
Motherboard Gigabyte GA-H110M-S2H DDR3 DDR4
SSD Window X12 SSD 120GB
HDD Programs and games WD 500GB
OS Windows 10

DEVICES

Monitor 24" Acer SA272G0BI (1920 x 1080 - 120Hz - IPS)
Mouse Logitech g102
Keyboard gembird 100%

LAPTOP 1

CPU Intel core i3-2310M
GPU Intergrated Graphics Controller 1.10 GHz
RAM 4GB
Storage 256
OS Kali linux

LAPTOP 2

CPU Intel Pentium B960
GPU NVIDIA GeForce 610M
RAM 8GB
Storage 256
OS Windows 7 Ultimate

Visual Studio Code settings

{
            {
                "security.workspace.trust.untrustedFiles": "open",
                "explorer.confirmDelete": false,
                "python.defaultInterpreterPath": "C:\\Program Files\\Python314\\python.exe",
                "github.copilot.nextEditSuggestions.enabled": true,
                "editor.unicodeHighlight.invisibleCharacters": true,
                "editor.unicodeHighlight.ambiguousCharacters": true,
                "editor.formatOnSave": true,
                "editor.fontFamily": "Fira Code",
                "files.autoSave": "onWindowChange",
                "editor.cursorBlinking": "smooth",
                "editor.accessibilitySupport": "off",
                "editor.aiStats.enabled": true,
                "editor.allowVariableFontsInAccessibilityMode": true,
                "editor.autoIndentOnPaste": true,
                "editor.experimental.preferTreeSitter.css": true,
                "editor.experimental.preferTreeSitter.ini": true,
                "editor.experimental.preferTreeSitter.typescript": true,
                "editor.experimental.treeSitterTelemetry": true,
                "html.format.indentInnerHtml": true,
                "html.format.indentHandlebars": true,
                "html.format.templating": true,
                "html.trace.server": "messages",
                "intelephense.codeLens.usages.enable": true,
                "intelephense.codeLens.references.enable": true,
                "intelephense.codeLens.parent.enable": true,
                "intelephense.codeLens.overrides.enable": true,
                "intelephense.codeLens.implementations.enable": true,
                "intelephense.compatibility.preferPsalmPhpstanPrefixedAnnotations": true,
                "intelephense.completion.fullyQualifyGlobalConstantsAndFunctions": true,
                "json.format.keepLines": true,
                "github.copilot.enable": {
                  "*": false,
                  "plaintext": false,
                  "markdown": false,
                  "scminput": false,
                  "css": true,
                },
                "editor.formatOnPaste": true,
                "editor.autoClosingBrackets": "always",
                "editor.autoClosingComments": "never",
                "editor.autoClosingQuotes": "always",
                "editor.autoSurround": "quotes",
                "editor.bracketPairColorization.independentColorPoolPerBracketType": true,
                "editor.codeLensFontSize": 12,
                "editor.emptySelectionClipboard": false,
                "editor.experimental.preferTreeSitter.regex": true,
                "editor.guides.bracketPairs": "active",
                "editor.guides.bracketPairsHorizontal": true,
                "editor.inlayHints.padding": true,
                "editor.lightbulb.enabled": "on",
                "editor.linkedEditing": true,
                "editor.multiCursorLimit": 10,
                "editor.multiCursorPaste": "full",
                "editor.occurrencesHighlight": "multiFile",
                "editor.scrollbar.ignoreHorizontalScrollbarInContentHeight": true,
                "diffEditor.codeLens": true,
                "editor.formatOnType": true,
                "application.experimental.rendererProfiling": true,
                "editor.fontSize": 13,
                "diffEditor.experimental.showMoves": true,
                "diffEditor.experimental.useTrueInlineView": true,
                "diffEditor.hideUnchangedRegions.enabled": true,
                "editor.mouseWheelZoom": true,
                "terminal.integrated.fontFamily": "Cascadia Mono",
                "workbench.colorTheme": "Bearded Theme Monokai Black",
                "json.schemaDownload.trustedDomains": {
                  "https://developer.microsoft.com/json-schemas/": true,
                  "https://json-schema.org/": true,
                  "https://json.schemastore.org/": true,
                  "https://raw.githubusercontent.com": true,
                  "https://raw.githubusercontent.com/devcontainers/spec/": true,
                  "https://raw.githubusercontent.com/microsoft/vscode/": true,
                  "https://schemastore.azurewebsites.net/": true,
                  "https://www.schemastore.org/": true,
                },
                "editor.minimap.renderCharacters": false,
                "editor.minimap.enabled": false,
                "editor.semanticHighlighting.enabled": true,
                "editor.stablePeek": true,
                "editor.smoothScrolling": true,
                "editor.cursorSmoothCaretAnimation": "on",
                "indentRainbow.colors": [
                  "rgba(100,100,100,0.03)",
                  "rgba(130,130,130,0.03)"
                ],
                "breadcrumbs.enabled": false,
                "editor.stickyScroll.enabled": false,
                "vscord.app.name": "Visual Studio Code",
                "vscord.behaviour.statusBarAlignment": "Right",
                "vscord.enable": false,
                "vscord.status.idle.check": false,
                "vscord.status.idle.enabled": false,
                "vscord.status.problems.enabled": false,
                "vscord.status.showElapsedTime": false,
                "vscord.status.state.enabled": false,
                "vscord.status.state.debugging.enabled": false,
                "vscord.status.state.idle.enabled": false,
                "vscord.status.problems.text": "",
                "vscord.status.details.enabled": false,
                "vscord.status.details.text.debugging": "",
                "vscord.status.image.large.idle.text": "",
                "vscord.status.image.large.notInFile.key": "",
                "vscord.status.image.large.editing.text": "",
                "vscord.status.image.large.editing.key": "",
                "vscord.status.image.large.debugging.text": "",
                "vscord.status.image.large.debugging.key": "",
                "vscord.status.state.text.viewing": "",
                "vscord.status.state.text.noWorkspaceFound": "",
                "vscord.status.state.text.editing": "",
                "vscord.status.state.text.debugging": "",
                "vscord.status.details.text.viewing": "",
                "vscord.status.details.text.notInFile": "",
                "vscord.status.details.text.editing": "",
                "vscord.status.details.idle.enabled": false,
              }
      }

Extensions

🔌 My Extensions
ms-python.pythonPython support
ms-vscode.cpptoolsC/C++ support
esbenp.prettier-vscodeCode formatter
eamodio.gitlensGit superpowers
🧩 Additional
christian-kohler.path-intellisensefile path autocomplete
ms-toolsai.jupyternotebooks support
oderwat.indent-rainbowindentation visualization
ecmel.vscode-html-cssCSS classes autocomplete
sidthesloth.html5-boilerplatequick HTML templates
miguelsolorio.fluent-iconsclean file icons
batisteo.vscode-djangoDjango support
icrawl.discord-vscodeDiscord Rich Presence
firefox-devtools.vscode-firefox-debugFirefox debugging
aeschli.vscode-css-formatterCSS formatting
ms-azuretools.vscode-containersDocker & containers
beardedbear.beardedthemeMonokai Black theme