-
-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Divyanshu Agrawal
committed
Oct 24, 2019
1 parent
3d9c139
commit 7f6753f
Showing
9 changed files
with
46 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Competitive Programming Helper | ||
# Competitive Programming Helper (v0.0.7) | ||
|
||
Download from here : https://marketplace.visualstudio.com/items?itemName=DivyanshuAgrawal.competitive-programming-helper or search in the VS Code Extensions within the application. | ||
|
||
This extension helps you to quickly run codeforces testcases for a given problem automatically. You can also add custom testcases to the generated ```.testcases``` file. If the file you are testing in ```A.cpp``` then the generated testcases file is ```A.cpp.testcases```, in which you can add your own testcases. | ||
This extension helps you to quickly run codeforces testcases for a given problem automatically. You can also add custom testcases to the generated ```.tcs``` file. If the file you are testing in ```A.cpp``` then the generated testcases file is ```A.cpp.tcs```, in which you can add your own testcases. | ||
|
||
Tip : Use the shortcut ```Ctrl/Cmd + Alt + B``` to activate. | ||
Tip : Use the shortcut ```Ctrl/Cmd + Alt + 0``` to open testcases file. | ||
|
@@ -18,7 +18,7 @@ Or Use the shortcut ```Ctrl/Cmd + Alt + B``` to activate. | |
|
||
|
||
* The first line of your C++ code should be a comment containing the URL of the codeforces page. The comment should be single line, ie, start with ```//``` and not ```/*``` | ||
* You can edit the generated .testcases file to add your own testcases. | ||
* You can edit the generated .tcs file to add your own testcases. | ||
|
||
![Use a comment as the first line](screenshots/1.png) | ||
|
||
|
@@ -45,6 +45,12 @@ The GNU C++ Compiler ( GCC ) must be installed and should be accesible from the | |
This extension was created by Divyanshu Agrawal (https://github.com/agrawal-d). Please report bugs to [email protected]. Thank you for using this extension. | ||
|
||
## Release Notes | ||
* Version 0.0.7 | ||
* Fixes many UI and UX issues | ||
* Files are auto saved on execution. | ||
* .bin files are deleted after testcase evauation | ||
* .testcases files as now .tcs | ||
* The UI adapts to VS Code theme | ||
* Version 0.0.6 | ||
* Use cheerio for DOM traversal to fix testcase parsing issues. | ||
* Version 0.0.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters