include not found fixed

This commit is contained in:
2025-02-11 21:32:07 +08:00
parent c2248b9a74
commit 99594e4241
49 changed files with 0 additions and 29322 deletions

View File

@@ -1,11 +0,0 @@
{
"recommendations": [
"cheshirekow.cmake-format",
"donjayamanne.githistory",
"editorconfig.editorconfig",
"ms-vscode.cmake-tools",
"redhat.vscode-yaml",
"stkb.rewrap",
"streetsidesoftware.code-spell-checker",
]
}

View File

@@ -1,18 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "cppvsdbg",
"request": "launch",
"name": "cryptest",
"program": "${workspaceFolder}/build/cryptopp/cryptest",
"args": [
"v"
],
"cwd": "${workspaceFolder}/build"
}
]
}

View File

@@ -1,37 +0,0 @@
{
"editor.rulers": [
80,
100
],
"rewrap.wrappingColumn": 80,
"rewrap.autoWrap.enabled": true,
"editor.detectIndentation": false,
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"editor.bracketPairColorization.enabled": true,
"workbench.colorCustomizations": {
"[Default Dark+]": {
"editorBracketHighlight.foreground3": "#9CDCFE"
}
},
"cmake.configureOnOpen": true,
"cmake.preferredGenerators": [
"Ninja"
],
"cmake.configureArgs": [
"-DCMAKE_INSTALL_PREFIX=${workspaceFolder}/build/install",
"-DCMAKE_VERBOSE_MAKEFILE=ON"
],
"rewrap.reformat": true,
"search.exclude": {
"**/.idea": true,
"**/out": true
},
"cSpell.words": [
"cmake",
"pkgconfig"
],
}