diff --git a/vscode/cloudSettings b/vscode/cloudSettings deleted file mode 100644 index 8cf2b09..0000000 --- a/vscode/cloudSettings +++ /dev/null @@ -1 +0,0 @@ -{"lastUpload":"2020-01-09T12:07:38.156Z","extensionVersion":"v3.4.3"} \ No newline at end of file diff --git a/vscode/extensions.json b/vscode/extensions.json deleted file mode 100644 index 6e7e278..0000000 --- a/vscode/extensions.json +++ /dev/null @@ -1,112 +0,0 @@ -[ - { - "metadata": { - "id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", - "publisherId": "Shan.code-settings-sync", - "publisherDisplayName": "Shan" - }, - "name": "code-settings-sync", - "publisher": "Shan", - "version": "3.4.3" - }, - { - "metadata": { - "id": "2bbe1392-1ad3-4f59-82bc-fccaa3afc3a5", - "publisherId": "icrawl.discord-vscode", - "publisherDisplayName": "icrawl" - }, - "name": "discord-vscode", - "publisher": "icrawl", - "version": "3.13.0" - }, - { - "metadata": { - "id": "f60a60a6-95ba-42d4-b41c-3d24c1b89588", - "publisherId": "EditorConfig.EditorConfig", - "publisherDisplayName": "EditorConfig" - }, - "name": "EditorConfig", - "publisher": "EditorConfig", - "version": "0.14.4" - }, - { - "metadata": { - "id": "41a86ae3-cc87-4293-9324-c615272967f2", - "publisherId": "wholroyd.HCL", - "publisherDisplayName": "wholroyd" - }, - "name": "HCL", - "publisher": "wholroyd", - "version": "0.0.5" - }, - { - "metadata": { - "id": "acfa08ec-e98b-4b39-8561-1bf1938e71da", - "publisherId": "jakebathman.mysql-syntax", - "publisherDisplayName": "jakebathman" - }, - "name": "mysql-syntax", - "publisher": "jakebathman", - "version": "1.3.1" - }, - { - "metadata": { - "id": "5e69f001-f945-4c97-baf0-320d82a153b3", - "publisherId": "felixfbecker.php-intellisense", - "publisherDisplayName": "felixfbecker" - }, - "name": "php-intellisense", - "publisher": "felixfbecker", - "version": "2.3.14" - }, - { - "metadata": { - "id": "b0a47156-9132-49a2-bebd-ed16d91b1fa6", - "publisherId": "ikappas.phpcs", - "publisherDisplayName": "ikappas" - }, - "name": "phpcs", - "publisher": "ikappas", - "version": "1.0.5" - }, - { - "metadata": { - "id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", - "publisherId": "ms-python.python", - "publisherDisplayName": "ms-python" - }, - "name": "python", - "publisher": "ms-python", - "version": "2020.1.57204" - }, - { - "metadata": { - "id": "dffaf5a1-2219-434b-9d87-cb586fd59260", - "publisherId": "Equinusocio.vsc-material-theme", - "publisherDisplayName": "Equinusocio" - }, - "name": "vsc-material-theme", - "publisher": "Equinusocio", - "version": "31.5.0" - }, - { - "metadata": { - "id": "0479fc1c-3d67-49f9-b087-fb9069afe48f", - "publisherId": "ms-azuretools.vscode-docker", - "publisherDisplayName": "ms-azuretools" - }, - "name": "vscode-docker", - "publisher": "ms-azuretools", - "version": "0.9.0" - }, - { - "metadata": { - "id": "f2fd462f-f1bd-4c62-b54f-59a4e5ffc6a3", - "publisherId": "WakaTime.vscode-wakatime", - "publisherDisplayName": "WakaTime" - }, - "name": "vscode-wakatime", - "publisher": "WakaTime", - "version": "2.2.1" - } -] \ No newline at end of file diff --git a/vscode/keybindings.json b/vscode/keybindings.json deleted file mode 100644 index e69de29..0000000 diff --git a/vscode/keybindingsMac.json b/vscode/keybindingsMac.json deleted file mode 100644 index e69de29..0000000 diff --git a/vscode/settings.json b/vscode/settings.json deleted file mode 100644 index 7d4eae8..0000000 --- a/vscode/settings.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "sync.gist": "6f8c8c173081ae98b229f3602d739589", - "sync.lastUpload": "2018-08-27T14:10:24.702Z", - "sync.autoDownload": false, - "sync.autoUpload": true, - "sync.lastDownload": "2017-04-17T13:40:16.252Z", - "sync.version": 262, - "sync.showSummary": true, - "sync.forceDownload": false, - "sync.anonymousGist": false, - "sync.host": "", - "sync.pathPrefix": "", - "sync.quietSync": false, - "sync.askGistName": false, - // GPG를 사용한 커밋 서명을 사용하도록 설정합니다. - "git.enableCommitSigning": true, - "files.autoSave": "afterDelay", - "telemetry.enableTelemetry": false, - "telemetry.enableCrashReporter": true, - "[terraform]": { - "editor.insertSpaces": false - }, - "sync.removeExtensions": true, - "sync.syncExtensions": true, - "materialTheme.autoApplyIcons": true, - "workbench.colorTheme": "Material Theme", - "workbench.iconTheme": "eq-material-theme-icons", - "python.pythonPath": "/usr/local/bin/python3", - "sync.forceUpload": true, -} \ No newline at end of file