123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- {
- "ansible.python.interpreterPath": "/bin/python3",
- "ansible.validation.lint.arguments": "--skip-list=fqcn[action-core,action]",
- "aws.telemetry": false,
- "codetogether.virtualCursorJoin": "sharedVirtualCursor",
- "codetogether.virtualCursorRemember": true,
- "cSpell.autoFormatConfigFile": true,
- "cSpell.words": [
- "Arrayable",
- "bootable",
- "Deviable",
- "initializable",
- "Jsonable",
- "Queueable",
- "setex",
- "unserialized"
- ],
- "database-client.autoSync": true,
- "editor.formatOnPaste": true,
- "editor.formatOnSave": true,
- "editor.formatOnType": true,
- "evenBetterToml.formatter.arrayAutoCollapse": true,
- "evenBetterToml.formatter.arrayAutoExpand": true,
- "extensions.experimental.useUtilityProcess": true,
- "files.autoSaveWhenNoErrors": true,
- "files.autoSaveWorkspaceFilesOnly": true,
- "files.eol": "\n",
- "files.insertFinalNewline": true,
- "files.trimTrailingWhitespace": true,
- "git.autofetch": true,
- "git.autofetchPeriod": 60,
- "git.autoStash": true,
- "git.confirmSync": false,
- "git.enableSmartCommit": true,
- "git.enableStatusBarSync": true,
- "git.fetchOnPull": true,
- "git.pullBeforeCheckout": true,
- "git.showPushSuccessNotification": true,
- "git.showUnpublishedCommitsButton": "always",
- "i18n-ally.displayLanguage": "zh-CN",
- "i18n-ally.localesPaths": ["lang"],
- "i18n-ally.sourceLanguage": "zh",
- "intelephense.diagnostics.undefinedMethods": false,
- "notebook.lineNumbers": "on",
- "php.problems.exclude": {
- "/": [406],
- "vendor/": true,
- "_ide_helper.php": true,
- "_ide_helper_models.php": true,
- ".phpstorm.meta.php": true,
- "storage/": true
- },
- "php.suggest.basic": false,
- "redhat.telemetry.enabled": true,
- "rest-client.environmentVariables": {
- "$shared": {
- "version": "v1"
- },
- "development": {
- "host": "http://127.0.0.1",
- "token": "Bearer 4|61U2jey1KvR4Z1pE7Qr8Sh9ri2G3jn1ClnonXA2J86f61575"
- },
- "production": {
- "host": "http://api.example.com",
- "token": "prod-token"
- },
- "testing": {
- "host": "http://test-api.example.com",
- "token": "test-token"
- }
- },
- "terminal.integrated.copyOnSelection": true,
- "terminal.integrated.cwd": "${workspaceFolder}",
- "terminal.integrated.defaultProfile.linux": "zsh",
- "terminal.integrated.defaultProfile.osx": "zsh",
- "terminal.integrated.env.osx": {
- "PATH": "${env:PATH}:${workspaceFolder}/vendor/bin:${workspaceFolder}/script/ansible/bin:${workspaceFolder}/script/bin"
- },
- "terminal.integrated.inheritEnv": true,
- "terminal.integrated.profiles.linux": {
- "zsh": {
- "path": "/usr/bin/zsh",
- "icon": "terminal",
- "args": ["-l"]
- }
- },
- "terminal.integrated.profiles.osx": {
- "zsh": {
- "path": "zsh",
- "icon": "terminal",
- "args": ["-l"]
- }
- },
- "workbench.commandPalette.preserveInput": true,
- "terminal.integrated.commandsToSkipShell": [],
- "terminal.integrated.sendKeybindingsToShell": true,
- "terminal.integrated.focusOnOpen": true,
- "workbench.startupEditor": "none",
- "terminal.integrated.autoOpen": true,
- "vim.easymotion": 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.hlsearch": true,
- "vim.incsearch": true,
- "vim.showmodename": true,
- "vim.statusBarColorControl": true,
- "vim.useCtrlKeys": true,
- "vim.useSystemClipboard": true,
- "vite.autoStart": false,
- "window.zoomLevel": 0.2,
- "windsurf.autocompleteSpeed": "default",
- "workbench.colorTheme": "Default Light Modern",
- "workbench.iconTheme": "vscode-icons"
- }
|