Timofei Zhakov
Timofei Zhakov
There is a problem in custom highlight: If I type `` it will be removed because is is HTML tag. You can fix demo: ```diff import {CodeJar} from 'codejar'; const...
- [x] Errors2Enum - [ ] Po2Resx - [ ] Copy-Dependencies - [ ] Check all tests and builds to pass - [ ] Check diff for unrelated changes -...
This pull-request does little fixes in the Diff command. * Use newer Subversion API possibilities to do diff in one thread. The SvnStreamWrapper is already used in the Write command,...
Я считаю что такой маленький простой проект должен устанавливатся без прав админа. Для этого наверно проще будет убрать инсталятор а скачивать сразу exe файл который будет сразу открывать это webview...
Some links of the PoshSvn module: - https://www.poshsvn.com - website - https://github.com/rinrab/poshsvn - source code
Format the code, refactor, and make the program readable:) Your program is very good because it's only one file. I made it more beautiful. I think you have to add...
Enable MultiProcessorCompilation parameter for SharpPlink and SharpSvn projects to make them build in parallel. This changes increases total rebuild time from 01:43 minutes to 45 seconds (tested on my machine).
In this version on the port, we are going to use the official build system of the library, Scons. There is already a helper for getting it from the internet,...
I use a simiar script for myself and I think it is going to be great to have it officially.
This problem is related to the quick diff API of the source control integration. This API suggests us to implement the vscode.QuickDiffProvider interface. However, the thing is that I can't...