Lightning-fast and Powerful Code Editor written in Rust
19 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .rustfmt.toml | 1 | max_width = 85 |
| LOW | lapce-rpc/src/file.rs | 321 | } |
| LOW | lapce-proxy/src/plugin/dap.rs | 281 | // if let Ok(response) = self.dap_rpc.threads() { |
| LOW | lapce-proxy/src/plugin/wasi.rs | 321 | plugins.push(metadata); |
| LOW | lapce-proxy/src/plugin/wasi.rs | 341 | /// let mut file = File::create(parent_path.join("volt.toml")).unwrap(); |
| LOW | defaults/run.toml | 21 | # [configs.env] |
| LOW | lapce-core/src/language.rs | 121 | grammar: Option<&'static str>, |
| LOW | lapce-core/src/syntax/highlight.rs | 121 | /// |
| LOW | lapce-app/src/snippet.rs | 141 | // is always equal to the symbol `$`; |
| LOW | lapce-app/src/command.rs | 201 | |
| LOW | lapce-app/src/completion.rs | 41 | /// An input id that is used for keeping track of whether the input has changed. |
| LOW | lapce-app/src/doc.rs | 1101 | // if let Ok(ProxyResponse::LspFoldingRangeResponse { |
| LOW | lapce-app/src/app.rs | 121 | struct Cli { |
| LOW | lapce-app/src/proxy/remote.rs | 81 | // Note about platforms: |
| LOW | lapce-app/src/config/color_theme.rs | 41 | pub struct ThemeBaseConfig(pub BTreeMap<String, String>); |
| LOW | lapce-app/src/terminal/data.rs | 261 | ); |
| LOW | lapce-app/src/terminal/view.rs | 721 | // .min(term.bottommost_line()); |
| LOW | lapce-app/src/terminal/view.rs | 741 | // * line_height; |
| Severity | File | Line | Snippet |
|---|---|---|---|
| CRITICAL | lapce-app/src/editor/view.rs | 482 | let find_visual = self.editor.common.find.visual.get_untracked(); |