diff --git a/.vscode/settings.json b/.vscode/settings.json index db936c11..a262768f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -136,5 +136,9 @@ "changelog", "readme" ], - "conventionalCommits.showEditor": false + "conventionalCommits.showEditor": false, + "licenser.license": "AL2", + "licenser.author": "Sergei S. Betke", + "licenser.projectName": "Шаблоны документов ФБУ \"Тест-С.-Петербург\"", + "licenser.useSingleLineStyle": true } diff --git a/DocTemplates.code-workspace b/DocTemplates.code-workspace index 5a30a227..dfe55254 100644 --- a/DocTemplates.code-workspace +++ b/DocTemplates.code-workspace @@ -7,7 +7,8 @@ "settings": { "licenser.license": "AL2", "licenser.author": "Sergei S. Betke", - "licenser.projectName": "Test-St-Petersburg document templates", + "licenser.projectName": "Шаблоны документов ФБУ \"Тест-С.-Петербург\"", + "licenser.useSingleLineStyle": true, "XSLT.resources.xsltPackages": [ { "name": "http://github.com/test-st-petersburg/DocTemplates/tools/xslt/system/fix-saxon.xslt", @@ -63,7 +64,7 @@ "xml.catalogs": [ ".vscode/xml-schemas.xml" ], - "xml.validation.resolveExternalEntities": true, + "xml.validation.resolveExternalEntities": true }, "extensions": { // See http://go.microsoft.com/fwlink/?LinkId=827846