Marcelo Fornet 5 tahun lalu
induk
melakukan
a85482e75b
3 mengubah file dengan 7 tambahan dan 5 penghapusan
  1. 4 0
      CHANGELOG.md
  2. 2 4
      README.md
  3. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -2,6 +2,10 @@
 
 Notable updates of **acmX**
 
+## 0.2.3
+
+* Show compilation error and stderr on the terminal.
+
 ## 0.2.0
 
 * Integration with Competitive-Companion. Parsing problems and contests is delegated to this tool.

+ 2 - 4
README.md

@@ -83,10 +83,6 @@ To install `tcgen` just run:
 
 Create a file with your template. In settings, set `acmx.configuration.templatePath` to the path to your template.
 
-## What is contest id on each platform
-
-You can find this information for every supported platform [here](doc/platforms-id.md).
-
 ## I code in java, can I use this tool
 
 Yes, of course, and any other language you want. Just make sure to update your [language configuration](doc/languages.md) setting.
@@ -118,3 +114,5 @@ Call this commands from the command pallete (`Ctrl + Shift + P`).
 * **acmx.run.timetimeLimit**: Maximum time limit in seconds to run the program on each test case.
 * **acmx.execution.compile**: Command to compile C++ programs. Refer to the code as $PROGRAM, and output file as $OUTPUT.
 * **acmx.execution.pythonPath**: Path to python executable. This will be used to run generator.
+* **acmx.stress.times**: Number of times to run solution on random generated test cases against
+  brute solution.

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
     "description": "Competitive Programming made simple",
     "icon": "images/logo.png",
     "publisher": "marx24",
-    "version": "0.2.2",
+    "version": "0.2.3",
     "license": "MIT",
     "engines": {
         "vscode": "^1.30.0"