-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'ydb-platform:main' into prepare-to-ydb-nontransitive-he…
…aders
- Loading branch information
Showing
112 changed files
with
1,970 additions
and
734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## Visual Studio Code | ||
|
||
### Generate workspace | ||
|
||
Run vscode_generate_workspace.sh to generate a workspace in the root of the repository. | ||
``` | ||
.vscode_generate_workspace.sh | ||
``` | ||
|
||
### Open workspace | ||
|
||
Open workspace from menu "Open workspace from file..." And select the newly created file "nbs.code-workspace" in the root of the repository. | ||
|
||
Or execute | ||
``` | ||
code nbs.code-workspace | ||
``` | ||
|
||
### Code competition | ||
|
||
Install all recommended by workspace plugins. | ||
The most important one is https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-clangd used for code competition and formatting. | ||
|
||
### Formatting | ||
|
||
Enable feature "Trim trailing whitespace" for user or workspace. | ||
Enable feature "Trim final newlines" for user or workspace. | ||
Enable feature "Insert final newline" for user or workspace. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.