
Rainbow fentanyl began showing up on the streets on the West Coast in February and has gradually made its way across the country. "We believe it is critically important to educate the public about this new form fentanyl is taking." "The pills look like candy," said New York City's special narcotics prosecutor Bridget Brennan. Running npm run compile makes the compiler recompile on file change.The pills were imprinted with "30 M" to resemble 30mg oxycodone hydrochloride pills, usually prescribed to treat severe pain after an operation or a serious injury. "lorOnWhiteSpaceOnly": true // false is the default Turn on this option to render white spaces and tabs only. If error color is disabled, indent colors will be rendered until the length of rendered characters (white spaces, tabs, and other ones) is divisible by tabsize. For example, you may want to turn off the indent errors for markdown and haskell (which is the default) "indentRainbow.ignoreErrorLanguages" : [ Skip error highlighting for some or all languages. For example, you may want to turn off the indent errors for JSDoc's valid additional space (disabled by default), or comment lines beginning with // // Example of regular expression in JSON (note double backslash to escape characters) Skip error highlighting for RegEx patterns. He also added the editor window reload on config changes. the same colors as above but more visibleįor this addition, a big thank you goes to Christian Hoock wk1. "indentRainbow.lightIndicatorStyleLineWidth": 1, Here is an example configuration I like: // Using the light mode There is a (new) alternate mode that uses lines (with a customizable width) instead of the background coloring of the whitespace. Notice: errorColor was renamed from error_color in earlier versions. To be disabled this coloring set this to an empty string. The indent color when there is a mix between spaces and tabs.

The indent color if the number of spaces is not a multiple of "tabSize". You can configure your own colors by adding and tampering with the following code: // Defining custom colors instead of default "Rainbow" for dark backgrounds. Notice: Defining both includedLanguages and excludedLanguages does not make much sense. "indentRainbow.updateDelay": 100 // 10 makes it super fast but may cost more resources The delay in ms until the editor gets updated. For which languages indent-rainbow should be deactivated (if empty it means none). "indentRainbow.includedLanguages": // for example ConfigurationĪlthough you can use it as it is, there is the possibility to configure some aspects of the extension: // For which languages indent-rainbow should be activated (if empty it means all). The visualization can help to find problems with the indentation in some situations. In addition, it visibly marks lines where the indentation is not a multiple of the tab size. It uses the current editor window tab size and can handle mixed tab + spaces (not recommended).
RAINBOW BACKGROUND CODE
Get it here: Visual Studio Code Marketplace Note: This will also work with vscode-web (v) since version 8.0.0. Some may find it helpful in writing code for Python, Nim, Yaml, and probably even filetypes that are not indentation dependent. This extension colorizes the indentation in front of your text, alternating four different colors on each step. If you use this plugin a lot, please consider a donation: Indent-Rainbow A simple extension to make indentation more readable
