Micha Reiser

Results 704 comments of Micha Reiser
trafficstars

> Unfortunately not. These are steps: > > 1. mkdir test-folder && cd test-folder > > 2. npm init -y > > 3. touch pnpm-workspace.yml && nano pnpm-workspace.yml > >...

Thanks for the vite example. It allows me to reproduce the issue on macos (linux is fine)

> Also related, in `.vscode/settings.json` we have > > ```ts > { > "typescript.tsdk": "node_modules/typescript/lib" > } > ``` > > to use the locally installed version of TypeScript instead...

> Thanks, this seems to work now! :-D Glad to hear it! > Looks like this was fixed in https://github.com/rome/tools/pull/3224 , but I missed it because my issue was turned...

I made changes to the `rome.json` file but the changes aren't picked up in the latest nightly version

The "reload" works as expected but the user must close all files for the changes to take effect.

@xunilrj do you want to take this over as you have the most knowledge about the semantic model? My implementation works but isn't very clean. I'm also undecided on what...