Iosif Karaioannoglou

Results 14 issues of Iosif Karaioannoglou

Is there a docker image maybe?

question

Using apache guacamole ssh and while swapping browser tabs the focus from the ssh window gets lost and I have to press tab multiple times to refocus it. Mouse click...

``` ``` I get: 'var' is not allowed here and coloring doesn't work on the CDATA block It builds fine

bug
wontfix
vscode-dependency
royale-dependency

Can we have an option to hide remote changes on the svn tab? It also shows locks only and it gets messy on huge projects

enhancement

On a huge project where I excluded 90% of the folders I still get remote changes from folders I excluded from vscode

enhancement

``` DEBUG|014.337|DebugConnection: Received response/event {"from":"server1.conn2.child1/context19","type":"newSource","source":{"actor":"server1.conn2.child1/source1312","url":"http://localhost:51304/dial/app.js?build=","isBlackBoxed":false,"sourceMapURL":"app.js.map","introductionUrl":null,"introductionType":"scriptElement"}} DEBUG|014.337|ThreadActorProxy: New source http://localhost:51304/dial/app.js?build= on thread server1.conn2.child1/context19 DEBUG|014.337|SourceMappingThreadActorProxy: Trying to sourcemap {"actor":"server1.conn2.child1/source1312","url":"http://localhost:51304/dial/app.js?build=","isBlackBoxed":false,"sourceMapURL":"app.js.map","introductionUrl":null,"introductionType":"scriptElement"} DEBUG|014.355|SourceMappingThreadActorProxy: Received sourcemap WARN |014.355|SourceMappingThreadActorProxy: Failed fetching sourcemap from http://localhost:51304/dial/app.js.map - giving up...

needs more info

enableGlobalCache is igored i .yarnrc.yml

While watching a movie or tv show if I send Kodi.Pushbullet an srt file or a link to a sub file switch to those subtitles.

enhancement

Can you add an option for that?

``` if (vscode.workspace.workspaceFolders) { let folder = vscode.workspace.workspaceFolders[0]; vscode.debug.startDebugging(folder, configName); } ``` I currently made an extention just for creating a command to launch+debug a specific launch configuration using commandbar...