Origami404

Results 6 issues of Origami404

## Environment - OS: Archlinux on WSL2 - OS Version: Linux O4 5.10.60.1-microsoft-standard-WSL2 #1 SMP Wed Aug 25 23:20:18 UTC 2021 x86_64 GNU/Linux - VS Code Version: 1.64.2 - Racket...

bug

Solve by change like this: ```diff diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e33a03..9cb887d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,8 @@ cmake_minimum_required(VERSION 2.8.3) project(loam_livox) set(CMAKE_BUILD_TYPE "Release") -set(CMAKE_CXX_FLAGS "-std=c++14") +#set(CMAKE_CXX_FLAGS "-std=c++14")...

VSCode version: ``` Version: 1.64.2 (user setup) Commit: f80445acd5a3dadef24aa209168452a3d97cc326 Date: 2022-02-09T22:02:28.252Z Electron: 13.5.2 Chromium: 91.0.4472.164 Node.js: 14.16.0 V8: 9.1.269.39-electron.0 OS: Windows_NT x64 10.0.22000 ``` I'm in Win11 with WSL2, using...

Hi everyone. I tried to use zls with this extension and it doesn't not seems to work. It has totally not intelligent sense provided by lsp when writing code. The...

lsp

Support completion for path expression. ![image](https://github.com/nix-community/nixd/assets/29816865/9ffc0ffa-4339-4549-8595-212e678a5e13)

enhancement

### Description Recently, when using typst, I encountered a confusing behavior: when I used `set text` to specify the font as `SimSun`, typst would embed a different font into the...

bug
text