Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.15 KB

vscode.md

File metadata and controls

45 lines (33 loc) · 1.15 KB

Visual Studio Code

Usage

  1. Install the Apc Customize UI++ extension.
  2. Add to settings.json (Preferences: Open User Settings (JSON)) the following:
"apc.imports": [
    "file:///path/to/dist/vscode/vscode.css",
    "file:///path/to/dist/vscode/vscode.js",
],
"apc.iframe.style": "/path/to/dist/vscode/vscode.css",

"apc.listRow": {
    "height": 16
},
"apc.header": {
    "height": 63
},

"editor.scrollbar.arrowSize": 16,
"editor.scrollbar.verticalHasArrows": true,
"editor.scrollbar.horizontalHasArrows": true,

"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.fontFamily": "Less Perfect DOS VGA",
"terminal.integrated.fontSize": 12,

"window.titleBarStyle": "custom",
"window.dialogStyle": "custom",

"workbench.editor.tabSizing": "shrink",
"workbench.editor.wrapTabs": true,

Caveats

  • Scrollbars arrows are undocumented and may be removed at any time.
  • Editor and scrollbars may move out of bounds.
  • Some icons are absent.

Preview

Main Window