mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
chore(cursor): add minimap heading markings to config files
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[
|
[
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Command Palette
|
// MARK: Command Palette
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Show commands.
|
{ // Show commands.
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Window
|
// MARK: Window
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Save
|
// MARK: Save
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Save file.
|
{ // Save file.
|
||||||
@@ -40,7 +40,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// File open
|
// MARK: File open
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Open file via file browser extension.
|
{ // Open file via file browser extension.
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// File rename
|
// MARK: File rename
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Rename file via file browser extension.
|
{ // Rename file via file browser extension.
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Switch and close editor
|
// MARK: Switch and close editor
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Show all editors by most recently used.
|
{ // Show all editors by most recently used.
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Fullscreen
|
// MARK: Fullscreen
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Toggle fullscreen.
|
{ // Toggle fullscreen.
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Navigation
|
// MARK: Navigation
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Focus next editor group.
|
{ // Focus next editor group.
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Pane navigation
|
// MARK: Pane navigation
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Navigate up.
|
{ // Navigate up.
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Editor group layout
|
// MARK: Editor group layout
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Even editor widths.
|
{ // Even editor widths.
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Move active editor group
|
// MARK: Move active editor group
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Move active editor group up.
|
{ // Move active editor group up.
|
||||||
@@ -181,7 +181,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Move active editor into group
|
// MARK: Move active editor into group
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Move active editor into group above.
|
{ // Move active editor into group above.
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Undo/redo
|
// MARK: Undo/redo
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Undo.
|
{ // Undo.
|
||||||
@@ -223,7 +223,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Scrolling
|
// MARK: Scrolling
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Scroll half page down.
|
{ // Scroll half page down.
|
||||||
@@ -304,7 +304,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Text selection
|
// MARK: Text selection
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Expand selection.
|
{ // Expand selection.
|
||||||
@@ -319,7 +319,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Text manipulation
|
// MARK: Text manipulation
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Set indentation to correct level.
|
{ // Set indentation to correct level.
|
||||||
@@ -407,7 +407,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Multi-cusor
|
// MARK: Multi-cursor
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Select all highlights.
|
{ // Select all highlights.
|
||||||
@@ -447,7 +447,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Completion
|
// MARK: Completion
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
@@ -456,7 +456,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Testing
|
// MARK: Testing
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Run current file.
|
{ // Run current file.
|
||||||
@@ -517,7 +517,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Documentation
|
// MARK: Documentation
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
{ // Show documentation for symbol at cursor.
|
{ // Show documentation for symbol at cursor.
|
||||||
@@ -530,7 +530,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// edamagit
|
// MARK: edamagit
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension URL:
|
// Extension URL:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=kahole.magit
|
// - https://marketplace.visualstudio.com/items?itemName=kahole.magit
|
||||||
@@ -545,7 +545,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Project Manager
|
// MARK: Project Manager
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension URL:
|
// Extension URL:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager
|
// - https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager
|
||||||
@@ -560,7 +560,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// dired
|
// MARK: dired
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension URL:
|
// Extension URL:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=rrudi.vscode-dired
|
// - https://marketplace.visualstudio.com/items?itemName=rrudi.vscode-dired
|
||||||
@@ -597,7 +597,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// swiper
|
// MARK: swiper
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension URL:
|
// Extension URL:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=wenhoujx.swiper
|
// - https://marketplace.visualstudio.com/items?itemName=wenhoujx.swiper
|
||||||
@@ -608,7 +608,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Makefile task runner
|
// MARK: Makefile task runner
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension URL:
|
// Extension URL:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=carlos-algms.make-task-provider
|
// - https://marketplace.visualstudio.com/items?itemName=carlos-algms.make-task-provider
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Appearance
|
// MARK: Appearance
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
// Dark/Light mode detection
|
// Dark/Light mode detection
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
"oneDarkPro.vivid": true,
|
"oneDarkPro.vivid": true,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Window
|
// MARK: Window
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
"window.commandCenter": true,
|
"window.commandCenter": true,
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
"workbench.activityBar.location": "top",
|
"workbench.activityBar.location": "top",
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Editor
|
// MARK: Editor
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
// Font
|
// Font
|
||||||
@@ -65,7 +65,7 @@
|
|||||||
"workbench.editor.highlightModifiedTabs": true,
|
"workbench.editor.highlightModifiedTabs": true,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Workbench
|
// MARK: Workbench
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
// Activity Bar
|
// Activity Bar
|
||||||
@@ -87,13 +87,13 @@
|
|||||||
"workbench.tree.renderIndentGuides": "always",
|
"workbench.tree.renderIndentGuides": "always",
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Explorer
|
// MARK: Explorer
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
"explorer.sortOrder": "mixed",
|
"explorer.sortOrder": "mixed",
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Files
|
// MARK: Files
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
// Associations
|
// Associations
|
||||||
@@ -114,19 +114,20 @@
|
|||||||
"files.readonlyFromPermissions": true,
|
"files.readonlyFromPermissions": true,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Git
|
// MARK: Git
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
"git.blame.editorDecoration.enabled": false,
|
"git.blame.editorDecoration.enabled": false,
|
||||||
|
"scm.defaultViewMode": "tree",
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Diffs
|
// MARK: Diffs
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
"diffEditor.ignoreTrimWhitespace": false,
|
"diffEditor.ignoreTrimWhitespace": false,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Cursor
|
// MARK: Cursor
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
"cursor.aipreview.enabled": true,
|
"cursor.aipreview.enabled": true,
|
||||||
@@ -136,7 +137,7 @@
|
|||||||
"cursor.general.enableShadowWorkspace": true,
|
"cursor.general.enableShadowWorkspace": true,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Terminal
|
// MARK: Terminal
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
"terminal.integrated.allowChords": false,
|
"terminal.integrated.allowChords": false,
|
||||||
@@ -146,7 +147,7 @@
|
|||||||
"terminal.integrated.sendKeybindingsToShell": true,
|
"terminal.integrated.sendKeybindingsToShell": true,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Awesome Emacs Keybindings
|
// MARK: Awesome Emacs Keybindings
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension:
|
// Extension:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx
|
// - https://marketplace.visualstudio.com/items?itemName=tuttieee.emacs-mcx
|
||||||
@@ -156,7 +157,7 @@
|
|||||||
"emacs-mcx.markRingMax": 32,
|
"emacs-mcx.markRingMax": 32,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// File Browser
|
// MARK: File Browser
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension:
|
// Extension:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=bodil.file-browser
|
// - https://marketplace.visualstudio.com/items?itemName=bodil.file-browser
|
||||||
@@ -165,7 +166,7 @@
|
|||||||
"file-browser.labelIgnoredFiles": true,
|
"file-browser.labelIgnoredFiles": true,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Project Manager
|
// MARK: Project Manager
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension:
|
// Extension:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager
|
// - https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager
|
||||||
@@ -223,7 +224,7 @@
|
|||||||
],
|
],
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// GitHub
|
// MARK: GitHub
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extensions:
|
// Extensions:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
|
// - https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github
|
||||||
@@ -232,7 +233,7 @@
|
|||||||
"githubRepositories.autoFetch.enabled": false,
|
"githubRepositories.autoFetch.enabled": false,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Mise (https://mise.jdx.dev/)
|
// MARK: Mise (https://mise.jdx.dev/)
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension:
|
// Extension:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=hverlin.mise-vscode
|
// - https://marketplace.visualstudio.com/items?itemName=hverlin.mise-vscode
|
||||||
@@ -240,7 +241,7 @@
|
|||||||
"mise.updateOpenTerminalsEnvAutomatically": true,
|
"mise.updateOpenTerminalsEnvAutomatically": true,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Hex editor
|
// MARK: Hex editor
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension:
|
// Extension:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=ms-vscode.hexeditor
|
// - https://marketplace.visualstudio.com/items?itemName=ms-vscode.hexeditor
|
||||||
@@ -248,7 +249,7 @@
|
|||||||
"workbench.editor.defaultBinaryEditor": "hexEditor.hexedit",
|
"workbench.editor.defaultBinaryEditor": "hexEditor.hexedit",
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Go
|
// MARK: Go
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extensions:
|
// Extensions:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=golang.go
|
// - https://marketplace.visualstudio.com/items?itemName=golang.go
|
||||||
@@ -275,7 +276,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// JSON
|
// MARK: JSON
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
//
|
//
|
||||||
"[json]": {
|
"[json]": {
|
||||||
@@ -284,7 +285,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Lua
|
// MARK: Lua
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extensions:
|
// Extensions:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=sumneko.lua
|
// - https://marketplace.visualstudio.com/items?itemName=sumneko.lua
|
||||||
@@ -299,7 +300,7 @@
|
|||||||
"Lua.hint.enable": true,
|
"Lua.hint.enable": true,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Ruby
|
// MARK: Ruby
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extensions:
|
// Extensions:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-extensions-pack
|
// - https://marketplace.visualstudio.com/items?itemName=Shopify.ruby-extensions-pack
|
||||||
@@ -320,7 +321,7 @@
|
|||||||
"rubyTestExplorer.rspecCommand": "mise x -- bundle exec rspec",
|
"rubyTestExplorer.rspecCommand": "mise x -- bundle exec rspec",
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Shellscript
|
// MARK: Shellscript
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extensions:
|
// Extensions:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format
|
// - https://marketplace.visualstudio.com/items?itemName=foxundermoon.shell-format
|
||||||
@@ -339,8 +340,9 @@
|
|||||||
},
|
},
|
||||||
"shellformat.useEditorConfig": true,
|
"shellformat.useEditorConfig": true,
|
||||||
"shellformat.flag": "-i 2 -ci -sr",
|
"shellformat.flag": "-i 2 -ci -sr",
|
||||||
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// YAML
|
// MARK: YAML
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extensions:
|
// Extensions:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
|
// - https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml
|
||||||
@@ -349,7 +351,7 @@
|
|||||||
"redhat.telemetry.enabled": false,
|
"redhat.telemetry.enabled": false,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Makefile
|
// MARK: Makefile
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extensions:
|
// Extensions:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=carlos-algms.make-task-provider
|
// - https://marketplace.visualstudio.com/items?itemName=carlos-algms.make-task-provider
|
||||||
@@ -358,7 +360,7 @@
|
|||||||
"make-task-provider.telemetry": false,
|
"make-task-provider.telemetry": false,
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// vscode-color-picker
|
// MARK: vscode-color-picker
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension:
|
// Extension:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=AntiAntiSepticeye.vscode-color-picker
|
// - https://marketplace.visualstudio.com/items?itemName=AntiAntiSepticeye.vscode-color-picker
|
||||||
@@ -381,7 +383,7 @@
|
|||||||
],
|
],
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Run on Save callbacks
|
// MARK: Run on Save callbacks
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension:
|
// Extension:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=emeraldwalk.RunOnSave
|
// - https://marketplace.visualstudio.com/items?itemName=emeraldwalk.RunOnSave
|
||||||
@@ -396,7 +398,7 @@
|
|||||||
},
|
},
|
||||||
//
|
//
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Macros
|
// MARK: Macros
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
// Extension:
|
// Extension:
|
||||||
// - https://marketplace.visualstudio.com/items?itemName=ctf0.macros
|
// - https://marketplace.visualstudio.com/items?itemName=ctf0.macros
|
||||||
|
|||||||
Reference in New Issue
Block a user