Răsfoiți Sursa

Merge pull request #2 from Etheram68/develop

Develop
Etheram 5 ani în urmă
părinte
comite
5fffe8a209
3 a modificat fișierele cu 2731 adăugiri și 7 ștergeri
  1. 2727 3
      package-lock.json
  2. 3 3
      package.json
  3. 1 1
      src/template.ts

Fișier diff suprimat deoarece este prea mare
+ 2727 - 3
package-lock.json


+ 3 - 3
package.json

@@ -41,7 +41,7 @@
 				"title": "Make canonical class"
 			}
 		],
-		"keybindings":[
+		"keybindings": [
 			{
 				"command": "canonicalclass.makeclass",
 				"key": "ctrl+alt+c",
@@ -62,9 +62,9 @@
 		"@types/mocha": "^7.0.1",
 		"@types/node": "^12.11.7",
 		"@types/vscode": "^1.47.0",
-		"eslint": "^6.8.0",
-		"@typescript-eslint/parser": "^2.18.0",
 		"@typescript-eslint/eslint-plugin": "^2.18.0",
+		"@typescript-eslint/parser": "^2.18.0",
+		"eslint": "^6.8.0",
 		"glob": "^7.1.6",
 		"mocha": "^7.0.1",
 		"typescript": "^3.7.5",

+ 1 - 1
src/template.ts

@@ -38,7 +38,7 @@ export const getTemplate = ( name: string | undefined, filePathCpp: vscode.Uri ,
 						"std::ostream &			operator<<( std::ostream & o, " + name + " const & i )\n" +
 						"{\n	//o << \"Value = \" << i.getValue();\n	return o;\n}\n\n" +
 						"\n/*\n** --------------------------------- METHODS ----------------------------------\n*/\n\n" +
-						"\n/*\n** --------------------------------- ACCESSOR ---------------------------------\n*/\n\n"
+						"\n/*\n** --------------------------------- ACCESSOR ---------------------------------\n*/\n\n" +
 						"\n/* ************************************************************************** */";
 
 		let classhpp =	"#ifndef " + name.toUpperCase() + "_HPP\n" +

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff