vscode
Tasks
extensions
"markdown.extension.list.indentationSize": "inherit", # tab size setting of current file
settings.json
remote-ssh
Cloud IDE
Last updated
"markdown.extension.list.indentationSize": "inherit", # tab size setting of current fileLast updated
"editor.renderWhitespace": "all",
"git.path": "D:\\sdk\\Git\\bin\\git.exe",
"markdown.editor.pasteUrlAsFormattedLink.enabled": "never",
"editor.detectIndentation": false,"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