Piotr Żarczyński
Piotr Żarczyński
### Current Behavior MSBuild properties are not supported for `nx`. Example: If in `.csproj` i use relative path: ``` (...) ``` Build with "--no-dependencies" works and `nx graph` show everything...
Whenever I run below configuration: ``` { 'nvim-neotest/neotest', dependencies = { 'nvim-neotest/nvim-nio', 'nvim-lua/plenary.nvim', 'antoinemadec/FixCursorHold.nvim', 'nvim-treesitter/nvim-treesitter', 'Issafalcon/neotest-dotnet', 'nvim-neotest/neotest-jest', }, config = function() require('neotest').setup { adapters = { require 'neotest-jest', require 'neotest-dotnet',...
`OpenInGHRepo`, `OpenInGHFile` and `OpenInGHFileLines` do nothing (dose not open browser and gives no output). Only `OpenInGHFileLines+` copies correct url to clipboard and gives msg `URL put into registry +`. How...
I need help with setting neotest for full-stack development. Whenever I run below configuration: ``` { 'nvim-neotest/neotest', dependencies = { 'nvim-neotest/nvim-nio', 'nvim-lua/plenary.nvim', 'antoinemadec/FixCursorHold.nvim', 'nvim-treesitter/nvim-treesitter', 'Issafalcon/neotest-dotnet', 'nvim-neotest/neotest-jest', }, config = function()...