mirror of
https://github.com/Hizenberg469/WheelTimer.git
synced 2026-04-19 18:52:22 +03:00
Timer library fixes.
This commit is contained in:
59
.vscode/settings.json
vendored
Normal file
59
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,59 @@
|
||||
bitmap{
|
||||
"git.ignoreMissingGitWarning": true,
|
||||
"remote.SSH.remotePlatform": {
|
||||
"192.168.216.128": "linux"
|
||||
},
|
||||
"terminal.integrated.fontFamily": "courier new",
|
||||
"terminal.integrated.drawBoldTextInBrightColors": false,
|
||||
"terminal.integrated.minimumContrastRatio": 4.5,
|
||||
"workbench.colorTheme": "Default High Contrast",
|
||||
"terminal.integrated.rightClickBehavior": "paste",
|
||||
"terminal.integrated.copyOnSelection": true,
|
||||
"git.ignoreLegacyWarning": true,
|
||||
"editor.renderControlCharacters": true,
|
||||
"editor.rulers": [
|
||||
120
|
||||
],
|
||||
"editor.fontFamily": "comicsans, serif, 'Courier New', Consolas, monospace",
|
||||
"workbench.editor.untitled.hint": "hidden",
|
||||
"editor.fontSize": 18,
|
||||
"editor.wordWrap": "on",
|
||||
"json.schemas": [
|
||||
|
||||
],
|
||||
"files.exclude": {
|
||||
"**/.o": true
|
||||
},
|
||||
"editor.mouseWheelZoom": true,
|
||||
"editor.columnSelection": false,
|
||||
"editor.lineNumbers": "on",
|
||||
"editor.find.autoFindInSelection": "always",
|
||||
"editor.autoClosingBrackets": "always",
|
||||
"editor.fontLigatures": false,
|
||||
"cSpell.userWords": [
|
||||
"abhishek",
|
||||
"begin",
|
||||
"FEISTEL",
|
||||
"get",
|
||||
"glthread",
|
||||
"head",
|
||||
"iterate",
|
||||
"LSPDB",
|
||||
"reschd",
|
||||
"sagar",
|
||||
"slotlist",
|
||||
"unconfig",
|
||||
"wt",
|
||||
"XCALLOC"
|
||||
],
|
||||
"terminal.integrated.scrollback": 10000,
|
||||
"files.autoSave": "afterDelay",
|
||||
"terminal.integrated.tabs.location": "left",
|
||||
"terminal.integrated.fontSize": 16,
|
||||
"window.zoomLevel": 1,
|
||||
"terminal.integrated.allowChords": false,
|
||||
"terminal.integrated.environmentChangesRelaunch": false,
|
||||
"terminal.integrated.enableMultiLinePasteWarning": false,
|
||||
"editor.guides.indentation": false,
|
||||
"editor.tabSize": 4,
|
||||
}
|
||||
Reference in New Issue
Block a user