Diamond dust is a ground-level cloud composed of tiny ice crystals. This meteorological phenomenon is also referred to simply as ice crystals and is reported in the METAR code as IC.
-- Wikipedia contributors. (2019, September 18). Diamond dust. In Wikipedia, The Free Encyclopedia. Retrieved 17:14, October 19, 2019.
Please file any issues and feature requests here or directly start coding using the legendary Gitpod.
{
{
"extensions.showBuiltin": false,
"editor.autoSave": "on",
"plantuml.server": "https://www.plantuml.com/plantuml",
"plantuml.render": "PlantUMLServer",
"systemverilog.compileOnSave": true,
"systemverilog.launchConfiguration": "verilator --lint-only +1364-2005ext+v -Wall --Wno-BLKSEQ --relative-includes -I/workspace/DiamondDust/utilities/verilatorLintShare",
"systemverilog.forceFastIndexing": true,
"verilog-formatter.istyle.path": "iStyle",
"verilog-formatter.istyle.style": "K&R",
"verilog-formatter.istyle.args": "--pad=all",
"editor.formatOnSave": true,
}