VS Code configuration: Revision history

From Master of Neuroscience Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 October 2025

14 October 2025

  • curprev 14:4914:49, 14 October 2025 Davrot talk contribs 1,965 bytes +1,965 Created page with " == The goal == Configure VS Code for Python Questions to [mailto:davrot@uni-bremen.de David Rotermund] == The configuration == '''Press Ctrl + Shift + P then “Preference: Open Settings (JSON)”​''' You will need to adapt it to your needs…<syntaxhighlight lang="json">{ // The color theme plus mini map "workbench.colorTheme": "One Dark Pro", // Adding the lines for Python "editor.rulers": [ 80, 120 ], // I don't like the..." Tag: Visual edit