前提・実現したいこと
vscodeでindex.htmlやstyle.cssなどでwebサイトを作っていると
「.vscode」という名前のフォルダが気づくと勝手にできています。
あるとき、急に自動生成されるようになったのですが、私がどういう設定をしたから
このようなフォルダが生成されるようになってしまったのか理由が知りたいです。
最近じゃなくてしばらく放置していたのできっかけを忘れてしまいました。
発生している問題
このフォルダの中にはsettings.jsonというファイルがあって、
下記の内容が書いています。
{ "liveServer.settings.port": 5501, "editor.tabSize": 2 }
vscode→設定→拡張→settings.jsonで編集から開いたコード
関係があるのかはわからないですが、一応載せます。
.vscodeの中にあるsettings.jsonとは別です。
{ "python.pythonPath": "C:\Users\hayas\anaconda3\envs\djangoenv\python.exe", "terminal.integrated.defaultProfile.windows": "Command Prompt", "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook", "*.html": "default" }, "files.autoSave": "afterDelay", "editor.fontLigatures": null, "[html]": { "editor.defaultFormatter": "vscode.html-language-features" }, "intelephense.diagnostics.undefinedFunctions": false, "[javascript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, "liveServer.settings.donotShowInfoMsg": true, "html.format.contentUnformatted": "", "workbench.colorTheme": "Atom One Dark", "files.autoGuessEncoding": true, "emmet.variables": { "lang": "ja" }, "emmet.includeLanguages": { "javascript": "javascriptreact" }, "tabnine.experimentalAutoImports": true, "workbench.iconTheme": "vscode-icons", "gitlens.views.remotes.branches.layout": "list", "git.autofetch": true, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", "editor.tabSize": 2, "[scss]": { "editor.defaultFormatter": "sibiraj-s.vscode-scss-formatter" } }
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2022/01/08 18:42