mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
Some checks failed
Build OS / Deploy Documentation to GitHub Pages (push) Has been cancelled
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Build OS / Analyze with CodeQL (cpp) (push) Has been cancelled
Build OS / Build amd64 (push) Has been cancelled
Build OS / Build i386 (push) Has been cancelled
Build OS / Build aarch64 (push) Has been cancelled
27 lines
703 B
Plaintext
27 lines
703 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "./Kernel"
|
|
}
|
|
],
|
|
"settings": {
|
|
"terminal.integrated.cwd": "../",
|
|
"debug.allowBreakpointsEverywhere": true,
|
|
"editor.tabCompletion": "on",
|
|
"diffEditor.codeLens": true,
|
|
"editor.quickSuggestionsDelay": 100,
|
|
"zenMode.hideLineNumbers": false,
|
|
"zenMode.hideActivityBar": false,
|
|
"zenMode.hideStatusBar": true,
|
|
"zenMode.centerLayout": true,
|
|
"zenMode.fullScreen": true,
|
|
"zenMode.restore": true,
|
|
"zenMode.silentNotifications": true,
|
|
"window.commandCenter": false,
|
|
"window.density.editorTabHeight": "default",
|
|
"editor.cursorBlinking": "blink",
|
|
"editor.cursorSmoothCaretAnimation": "on",
|
|
"editor.cursorStyle": "line",
|
|
"editor.cursorWidth": 2
|
|
}
|
|
} |