Antonio A.

Results 17 comments of Antonio A.

+1 I've just landed here searching for the exact same solution. Edit: The most simple thing that will work for me is automatic (hot?) reloading of referenced dlls. So I...

I've been suffering this, to the point of thinking about returning to Spacemacs, but finally it improved by setting ```"vim.statusBarColorControl": false,```. Disabling color change has improved editing performance a lot....

@acicovic I enabled it on purpose some weeks ago, but at the moment I switched from working on Windows to working on macOS, so I didn't relate this to the...

@u2berggeist more or less the same here. By disabling ```statusBarColorControl``` it performs better, almost usable but annoying.

It's a shame that Blazor Webassembly doesn't contribute to this success: [VS Code Emerges As Remote Development Superstar](https://visualstudiomagazine.com/articles/2022/08/31/vs-code-remote.aspx) I see that it's on .Net 7 backlog, but it also was...

I've got the same error: ```cp: cannot stat 'prog_std.txt': No such file or directory``` installing on Ubuntu 16.04 using ```sudo ./X11rdp-o-matic.sh --branch devel --justdoit``` I downloaded a fresh X11rdp-o-matic to...

Same here. But onlye when working on a dev container. When working local on Windows 10, it works fine. ![image](https://user-images.githubusercontent.com/412867/221991037-3bb471bd-7fbc-4381-ae2e-d9fae6750cc0.png)

I'm using vscode Remote Tunnels to work on a remote Ubuntu, and I have the same issue than with containers: syntax highlighting is lost. ![image](https://github.com/dotnet/interactive/assets/412867/0616d2f7-b291-489a-a947-98cafa9c437f)

I hope that this will be addressed now that part of MS's .NET 9 vision is 'Tools for Cloud-Native Developers'...

For Blazor Server I've set a compiling chain with the steps: 1. Dart Sass to compile the component's SCSS files to scoped CSS files for Blazor 2. Compiling .Net project...