We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe31235 commit e7eecd0Copy full SHA for e7eecd0
1 file changed
Source/Shim/mod.rs
@@ -3,7 +3,7 @@
3
// Shims provide implementations for VS Code's internal `ExtHost` services,
4
// adapting them to the Mountain/Cocoon architecture.
5
6
-#![allow(non_snake_case, non_camel_case_types)] // STRATOS LINT SUPPRESSION
+#![allow(non_snake_case, non_camel_case_types)]
7
8
// Sub-modules for each shimmed service and utility.
9
mod ApiDeprecation;
0 commit comments