Przeglądaj źródła

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 lat temu
rodzic
commit
93bd97c289
1 zmienionych plików z 1 dodań i 1 usunięć
  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"
   ]
 }