Minor refactorings
This commit is contained in:
parent
9fa09de8df
commit
74274dc076
3 changed files with 48 additions and 22 deletions
12
.vscode/extensions.json
vendored
Normal file
12
.vscode/extensions.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
// SPDX-FileCopyrightText: Public domain.
|
||||
// SPDX-License-Identifier: CC0-1.0
|
||||
{
|
||||
"recommendations": [
|
||||
"bungcip.better-toml",
|
||||
"ritwickdey.LiveServer",
|
||||
"rust-lang.rust-analyzer",
|
||||
"serayuzgur.crates",
|
||||
"vadimcn.vscode-lldb",
|
||||
"zaaack.markdown-editor",
|
||||
]
|
||||
}
|
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
// SPDX-FileCopyrightText: Public domain.
|
||||
// SPDX-License-Identifier: CC0-1.0
|
||||
{
|
||||
"liveServer.settings.port": 8000,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue