Vladislav Kosev

Results 55 issues of Vladislav Kosev

The terminal appears half-decoded on a participants' terminal. **What was your system configuration?** *Product and Version* [VS/VSCode]: Version: 1.68.0-insider (user setup) Commit: d891b49fc0f8fc5e00591657ca225975952b09ca Date: 2022-05-25T05:16:10.962Z Electron: 17.4.4 Chromium: 98.0.4758.141 Node.js:...

area: terminals
backlog

Hi, Since running vsls-agent inside a Docker container which does not use emulation (i.e. runs on arm64) does not work (error is `Activating extension 'ms-vsliveshare.vsliveshare' failed: Agent terminated with exit...

vsls-agent

When using "import all unresolved names" on this class: ```php

When using `Import all unresolved names` on this file: ```php

In VSCode when opening a new file and typing int before saving it it produces the following error: ``` [Error - 7:30:09 AM] Request textDocument/codeAction failed. Message: Exception [Phpactor\TextDocument\Exception\InvalidUriException] Only...

When doing "Extract method" of a code, variables from the function scope that are used only in lambda expressions are recognised as arguments. Extracting this code: ```php $var = 1;...

enhancement

For methods, if there is a `__call` method on that type you can't really tell if that method does not exist (i.e. the `__call` method will throw). Same goes for...

enhancement

![image](https://user-images.githubusercontent.com/12109622/121300319-57315a80-c8ff-11eb-8dcc-39baf4b896a9.png) This underline should be just on the first line and has probably a fixed length.

enhancement

This bit: ```php use CleverTogether\Bundle\ServiceBundle\Service\Mailers\ConfigurationProvider as BaseConfigurationProvider; ``` cannot be renamed. We could either: 1. Add this to the current class/interface renamer 2. Make another one which just handles these...

bug