Browse Source

feat:将文档和代码关联到一个工作空间

Yin Bin 4 months ago
parent
commit
b0760222e5
1 changed files with 84 additions and 0 deletions
  1. 84 0
      app/Services/Client/owl-admin.code-workspace

+ 84 - 0
app/Services/Client/owl-admin.code-workspace

@@ -0,0 +1,84 @@
+{
+	"folders": [
+		{
+			"path": "../../.."
+		},
+		{
+			"path": "../../../../../doc/didong"
+		}
+	],
+	"settings": {
+		"git.showPushSuccessNotification": true,
+		"window.zoomLevel": 1,
+		"workbench.colorTheme": "Default Light Modern",
+		"redhat.telemetry.enabled": true,
+		"vim.useCtrlKeys": true,
+		"vim.handleKeys": {
+			"<C-a>": false,
+			"<C-b>": false,
+			"<C-c>": false,
+			"<C-d>": false,
+			"<C-e>": false,
+			"<C-f>": false,
+			"<C-g>": false,
+			"<C-h>": false,
+			"<C-i>": false,
+			"<C-j>": false,
+			"<C-k>": false,
+			"<C-l>": false,
+			"<C-m>": false,
+			"<C-n>": false,
+			"<C-o>": false,
+			"<C-p>": false,
+			"<C-q>": false,
+			"<C-r>": false,
+			"<C-s>": false,
+			"<C-t>": false,
+			"<C-u>": false,
+			"<C-v>": false,
+			"<C-w>": false,
+			"<C-x>": false,
+			"<C-y>": false,
+			"<C-z>": false
+		},
+		"vim.showmodename": true,
+		"vim.statusBarColorControl": true,
+		"vim.easymotion": true,
+		"vim.incsearch": true,
+		"vim.useSystemClipboard": true,
+		"vim.hlsearch": true,
+		"i18n-ally.displayLanguage": "zh-CN",
+		"workbench.iconTheme": "vscode-icons",
+		"database-client.autoSync": true,
+		"notebook.lineNumbers": "on",
+		"terminal.integrated.defaultProfile.linux": "zsh",
+		"terminal.integrated.profiles.linux": {
+			"zsh": {
+				"path": "zsh",
+				"icon": "terminal",
+				"args": [
+					"-l"
+				]
+			}
+		},
+		"terminal.integrated.env.linux": {
+			"PATH": "${env:PATH}:${workspaceFolder}/vendor/bin:${workspaceFolder}/script/ansible/bin:${workspaceFolder}/script/bin"
+		},
+		"git.confirmSync": false,
+		"cSpell.autoFormatConfigFile": true,
+		"i18n-ally.sourceLanguage": "zh",
+		"php.problems.exclude": {
+			"/": [
+				406
+			],
+			"vendor/": true,
+			"_ide_helper.php": true,
+			"_ide_helper_models.php": true,
+			".phpstorm.meta.php": true,
+			"storage/": true
+		},
+		"vite.autoStart": false,
+		"codetogether.virtualCursorJoin": "sharedVirtualCursor",
+		"codetogether.virtualCursorRemember": true
+	}
+}