Anthony Samartsev

Results 11 comments of Anthony Samartsev

@dariowouters I think you can at least add TsMapCanvas.exe so we can launch it without compiling... For example I use it just to load game map and see the roads...

The same issue for me :( I have for example next code: ![2017-06-04 17-10-30](https://cloud.githubusercontent.com/assets/12460263/26762322/d9de5f68-4948-11e7-9cda-3a62e1390095.png) Then I just add any one symbol into **elif** line: ![2017-06-04 17-10-45](https://cloud.githubusercontent.com/assets/12460263/26762321/d9dd0bd6-4948-11e7-9f9a-97284428422f.png)

> Finally found the (or at least: "my") issue: my code that I wrote in local editor contained a bug that can't be saved by gas. So just check your...

Thank you @daiyam, I've added this code to my `settings.json` and it works for `settings.json` itself. Is there any method to use one code block for both identifiers (something like...

Hey guys, it also would be a good idea to have an ability to edit text files **without** any extension. I mean such files as _.gitconfig_ or _.zshrc_, or any...

Yup. As I know, while using Dropbox you can not edit such files, but you can watch it's contents in web interface - it's a good solution too

@DeepDiver1975 unfortunately I know only Python and Bash :( All I can do: I'm spending some time to translate ownCloud into Russian with Transifex :)

Edit: for Wayland users it's better to replace `xclip -selection clipboard` with `wl-copy`.

`foldingStrategy` is set to `auto` by default. I've changed `defaultFoldingRangeProvider ` to `zokugun.explicit-folding`, but the issue isn't solved.

I've noticed the folding resets only in the files I see when opening VS Code. If the file is opened but it's in other tab, the folding is saved. 🤔...