skip to Main Content

Visual Studio Code – VSCode theming – formatting inline suggestions

How do I change the background colour of the inline suggestion? From what I can see, there aren't any specific options targetting inline type corrections. "editor.selectionHighlightBackground": "#ffffff1a", "editor.findMatchHighlightBackground": "#ecb5464d", "editor.findRangeHighlightBackground": "#ffffff1a", "editor.rangeHighlightBackground": "#ffffff33", "editor.hoverHighlightBackground": "#ffffff1a", "editor.wordHighlightBackground": "#ffffff33", "editor.lineHighlightBackground": "#ffffff1a",

VIEW QUESTION

Visual Studio Code – How to put split terminal command ("ctrl+shift+5") in a python script in vs code in linux?

i'm trying to write a python script which can execute two commands sudo docker run --network=host --volume /home/villas/results:/villas/build/results --volume /home/villas/Docker-containers/webrtc-rtt.conf:/config.conf --privileged registry.git.rwth-aachen.de/acs/public/villas/node:master node /config.conf and sudo docker run --network=host --volume /home/villas/results:/villas/build/results --volume /home/villas/Docker-containers/webrtc-loopback.conf:/config.conf --privileged registry.git.rwth-aachen.de/acs/public/villas/node:master node /config.conf in two different…

VIEW QUESTION
Back To Top
Search