add server

This commit is contained in:
kp2pml30 2025-01-26 19:33:07 +04:00
parent 284b131058
commit 95f65d9c03
18 changed files with 358 additions and 112 deletions

View file

@ -1,21 +1,28 @@
{
"window.titleBarStyle": "custom",
"editor.renderWhitespace": "all",
"files.trimTrailingWhitespace": true,
"editor.renderFinalNewline": "off",
"files.insertFinalNewline": true,
"C_Cpp.autocomplete": "disabled",
"clangd.detectExtensionConflicts": false,
"editor.fontFamily": "Fira Code, FiraCode, Consolas, 'monospace', monospace",
"editor.fontLigatures": true,
"extensions.ignoreRecommendations": true,
"editor.accessibilitySupport": "off",
"files.trimFinalNewlines": true,
"editor.padding.top": 64,
"explorer.confirmDragAndDrop": false,
"git.openRepositoryInParentFolders": "always",
"cmake.preferredGenerators": [
"Ninja"
],
"cSpell.language": "en,ru"
"window.titleBarStyle": "custom",
"editor.fontFamily": "Fira Code, FiraCode, Consolas, 'monospace', monospace",
"editor.fontLigatures": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"editor.padding.top": 64,
"editor.renderWhitespace": "all",
"editor.renderFinalNewline": "off",
"editor.accessibilitySupport": "off",
"explorer.confirmDragAndDrop": false,
"extensions.ignoreRecommendations": true,
"C_Cpp.autocomplete": "disabled",
"clangd.detectExtensionConflicts": false,
"git.openRepositoryInParentFolders": "always",
"cmake.preferredGenerators": [
"Ninja"
],
"cSpell.language": "en,ru"
}

54
vscode/words.txt Normal file
View file

@ -0,0 +1,54 @@
# architectures
aarch
simd
# build systems
cflags
cxxflags
ldflags
sysroot
depfile
codegen
# bash
pushd
popd
# language abbreviations
errno
syscall
callconv
noreturn
orelse
defer
threadlocal
# compiler
klass
iface
zelf
# python
kwargs
mkpath
pathlib
itertools
# common abbreviations
incref
decref
uninit
# terms
keccak
# well known projects
zlib
bzlib
lzma
neovim
cpython
rustc
wasm*
wasi
witx