Bojun Ren
Bojun Ren
I approve this idea though https://github.com/vscode-neovim/vscode-neovim/pull/886#issuecomment-1175189763 is also a good solution.
Hello @sandy081, I just find a problem about this feature: when make an extension pack "Apply Extension to all Profiles", its containing extensions aren't applied to all profiles. For example,...
@sandy081 I've opened the issue #190992. Thanks!
Also encountered with this issue. Is there any workaround to deal with it at this moment?
@dermoritz My simple resolution is to modify `/opt/bitnami/spark/bin/pyspark`: ``` $ diff --color ./pyspark.old ./pyspark 68c68 < exec "${SPARK_HOME}"/bin/spark-submit pyspark-shell-main --name "PySparkShell" "$@" --- > exec "${SPARK_HOME}"/bin/spark-submit pyspark-shell-main "$@" ``` And...
@dermoritz Try `docker exec --user=root -it bash` and then edit it directly. Or you can copy the file to your host via `docker cp`, edit it, and then copy it...
Hello @VoxelMC, thanks for your contribution. These days I've struggled to make cobalt2 to be more compatible with Python (I'm new to this language). I'm glad to find our thoughts...
Hello @VoxelMC, To deal with the problem I mentioned yesterday, I suggest also adding rules to `semanticTokenColors` field. Here is an example. ```jsonc "semanticTokenColors": { // ... "*.decorator": { "fontStyle":...
Hello @bmarvinb, you can add these lines in your settings: ```json "editor.semanticTokenColorCustomizations": { "rules": { "interface.declaration": { "fontStyle": "" } } } ``` Pardon me @SmitAkbari26 cuz I suggest not...
@mrmeszaros Thanks for your advices! I may struggle some time to deal with the tests.