Преглед изворни кода

Drop yash from vscode recommendations, and add black (#3589)

yash is mainly for flex/bison formatting, which was for explorer: we're
refocusing away from that, so it doesn't make as much sense to include
now.

black I think is relatively new, it was previously part of the python
plugin. I'm hoping inclusion helps with setup.
Jon Ross-Perkins пре 2 година
родитељ
комит
93bd97c289
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .vscode/extensions.json

+ 1 - 1
.vscode/extensions.json

@@ -2,9 +2,9 @@
   "recommendations": [
     "bazelbuild.vscode-bazel",
     "bierner.github-markdown-preview",
-    "daohong-emilio.yash",
     "esbenp.prettier-vscode",
     "llvm-vs-code-extensions.vscode-clangd",
+    "ms-python.black-formatter",
     "ms-python.python"
   ]
 }