mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-17 04:49:24 +00:00
Add VSCode
This commit is contained in:
14
metadata/vscode.xml
Normal file
14
metadata/vscode.xml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Component xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Metadata.xsd">
|
||||||
|
<FriendlyName>Visual Studio Code</FriendlyName>
|
||||||
|
<BasePath>.code</BasePath>
|
||||||
|
<Detection>
|
||||||
|
<Method>FindInPath</Method>
|
||||||
|
<FindInPath>code</FindInPath>
|
||||||
|
</Detection>
|
||||||
|
|
||||||
|
<InstallPath>
|
||||||
|
<SpecialFolder>ApplicationData</SpecialFolder>
|
||||||
|
<Destination>Code\User</Destination>
|
||||||
|
</InstallPath>
|
||||||
|
</Component>
|
||||||
1
vscode/.code/keybindings.json
Normal file
1
vscode/.code/keybindings.json
Normal file
@@ -0,0 +1 @@
|
|||||||
|
// Empty
|
||||||
18
vscode/.code/settings.json
Normal file
18
vscode/.code/settings.json
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
|
||||||
|
"latex-workshop.view.pdf.viewer": "tab",
|
||||||
|
"git.autofetch": true,
|
||||||
|
"editor.fontFamily": "Input Mono",
|
||||||
|
"workbench.colorTheme": "Community Material Theme Palenight",
|
||||||
|
"workbench.iconTheme": "material-icon-theme",
|
||||||
|
"explorer.confirmDelete": false,
|
||||||
|
"editor.fontSize": 12,
|
||||||
|
"git.enableCommitSigning": true,
|
||||||
|
"explorer.confirmDragAndDrop": false,
|
||||||
|
"editor.renderControlCharacters": true,
|
||||||
|
"window.zoomLevel": 0,
|
||||||
|
"workbench.startupEditor": "newUntitledFile",
|
||||||
|
"remote.SSH.remotePlatform": {
|
||||||
|
"dimension.sh": "linux"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user