Ferro's Gitbook
  • README
  • DevOps
    • Grafana_Cloud
  • OpenWrt
    • DHCP_DNS
    • GLiNet
    • boot
    • captive_portal
    • luci
    • mwan3
    • radius
    • theme
    • wireless
  • apps
    • web
  • BSD
    • Mac
  • Cloud
    • aws
    • azure
    • cf
    • gcp
    • github
    • ibm_bluemix
    • Pricing
  • container
    • docker
    • Kubernetes
    • podman
  • db
    • InfluxDB
    • loki
    • MySQL & MariaDB
    • Oracle
    • PostgreSQL
  • dev
    • AHK
    • BI
    • LBS
    • ML
    • android
    • editor
    • flutter_web
    • git
    • go
    • HTML5/BS
    • j2ee
    • js
    • js_grid
    • js_vue
    • jupyter
    • ocaml
    • powershell
    • py
    • py_GUI
    • Django
    • shell
    • snippets
    • uni
    • vba
    • wechat.zh
    • wechat_mp.zh
  • elec
    • 3D Printing
    • AC
    • MOSFET
    • battery
    • boost
    • bulk
    • metal
    • simulator
  • hw
    • GPU
    • PCI
    • arduino
    • Bluetooth
    • ent
    • Pinout
    • x86_AMD
    • x86_intel
  • linux
    • Test System
    • X
    • arch
    • fs
    • kernel
    • Memory
    • nw
    • Linux Services
    • Systemd
    • text
  • ms
    • vscode
    • windows
    • wsl
  • multimedia
    • Blender
    • audio
    • blender
    • graphics
    • home
  • nw
    • L3
    • L3_IPv6
    • SDN
    • VPN
    • dns
    • hw
    • Low Level
    • mikrotik
    • mwan
    • Openflow
    • OVS
    • pfsense
    • ppp
    • proxy
    • tsocks
    • pxe
    • Security
    • TCP
  • phone
    • Mi
    • android
  • Storage(SW)
  • vt
    • Intel GVT-g
    • PVE
    • QEMU
    • VDI
    • hyper-v
    • kube
    • libvirt
    • OpenStack
  • Web
    • IBM_MQ
    • IBM_Websphere
    • SSL
    • Apache/IBM_IHS
    • blockchain
    • caddy
    • j2ee
    • nginx
    • static_site
Powered by GitBook
On this page
  • Tasks
  • extensions
  • settings.json
  • remote-ssh
  • Cloud IDE

Was this helpful?

Edit on Git
  1. ms

vscode

PreviousmsNextwindows

Last updated 1 year ago

Was this helpful?

Tasks

  • Regex - deleting empty lines: ^\s*$

  • Command Palette: F1 / Ctrl+Shift+P

  • Search Settings: Ctrl+, ==> search "XXX.YYY"

  • github to web vscode: add "1s" in URL # https://github.com/conwnet/github1s

extensions

  • yzhang.markdown-all-in-one | https://github.com/yzhang-gh/vscode-markdown

    • TOC Indent: https://github.com/yzhang-gh/vscode-markdown/blob/master/CHANGELOG.md#200-20190119

        "markdown.extension.list.indentationSize": "inherit",  # tab size setting of current file
  • shardulm94.trailing-spaces # F1 => Trailing Spaces: Delete

  • mhutchie.git-graph

settings.json

"editor.renderWhitespace": "all",
"git.path": "D:\\sdk\\Git\\bin\\git.exe",
"markdown.editor.pasteUrlAsFormattedLink.enabled": "never",
"editor.detectIndentation": false,

remote-ssh

https://code.visualstudio.com/docs/remote/ssh extension: ms-vscode-remote.remote-ssh

"remote.SSH.configFile": "D:\\conf\\ssh_config"

Host 192.168.88.72
    HostName 192.168.88.72
    IdentityFile C:/Users/root/.ssh/id_rsa  <== File permission: current user only
    User root

F1 => Remote-SSH: Connect to Host...

Cloud IDE

https://theia-ide.org/docs/

Tasks
extensions
settings.json
remote-ssh
Cloud IDE