Skip to content

Commit 3539570

Browse files
committed
Добавлено расширение для демонстрации диагностик и быстрых исправлений
1 parent 76be36d commit 3539570

File tree

7 files changed

+498
-0
lines changed

7 files changed

+498
-0
lines changed

BSLLanguageServer/.project

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>BSLLanguageServer</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
16+
<nature>com._1c.g5.v8.dt.core.V8ExtensionNature</nature>
17+
</natures>
18+
</projectDescription>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
encoding/<project>=UTF-8
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<mdclass:CommonModule xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="9c7d2f28-357d-4ded-8245-eac99dcb6a61">
3+
<name>BSLLS_Диагностики</name>
4+
<synonym>
5+
<key>ru</key>
6+
<value>Диагностики</value>
7+
</synonym>
8+
<server>true</server>
9+
</mdclass:CommonModule>

0 commit comments

Comments
 (0)