mirror of
https://github.com/fumiama/base16384-sycl.git
synced 2026-06-05 00:32:49 +08:00
doc: fix display
This commit is contained in:
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -103,5 +103,8 @@
|
|||||||
"C_Cpp.enhancedColorization": "enabled",
|
"C_Cpp.enhancedColorization": "enabled",
|
||||||
"C_Cpp.suggestSnippets": true,
|
"C_Cpp.suggestSnippets": true,
|
||||||
"editor.formatOnSave": true,
|
"editor.formatOnSave": true,
|
||||||
"editor.formatOnType": true
|
"editor.formatOnType": true,
|
||||||
|
"[markdown]": {
|
||||||
|
"editor.formatOnSave": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -39,7 +39,8 @@ Base16384-SYCL is an optimized implementation of the [Base16384 encoding algorit
|
|||||||
|
|
||||||
### 1. Environment Setup
|
### 1. Environment Setup
|
||||||
|
|
||||||
> [!Tip] > **For VS Code Users**: If you're using Visual Studio Code, the environment variable setup commands will be executed automatically when you open a terminal. If this fails, it may be due to a non-standard installation path. Please modify the paths in `.vscode/settings.json` accordingly.
|
> [!Tip]
|
||||||
|
> **For VS Code Users**: If you're using Visual Studio Code, the environment variable setup commands will be executed automatically when you open a terminal. If this fails, it may be due to a non-standard installation path. Please modify the paths in `.vscode/settings.json` accordingly.
|
||||||
|
|
||||||
**Windows:**
|
**Windows:**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user