Skip to content

Commit 72eeb8a

Browse files
authored
Merge pull request #13 from SOM-Research/migrationv05
Migrationv05
2 parents db94f8a + d175b87 commit 72eeb8a

File tree

512 files changed

+20443
-86475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

512 files changed

+20443
-86475
lines changed

.gitignore

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
node_modules
1+
node_modules

.vscode/extensions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3-
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
2+
// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
3+
// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
44

5-
// List of extensions which should be recommended for users of this workspace.
6-
"recommendations": [
7-
"langium.langium-vscode"
8-
]
5+
// List of extensions which should be recommended for users of this workspace.
6+
"recommendations": [
7+
"langium.langium-vscode"
8+
]
99
}

.vscode/launch.json

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,31 @@
33
// Hover to view descriptions of existing attributes.
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
{
6-
"version": "0.2.0",
6+
"version": "0.2.0",
77
"configurations": [
88
{
9-
"name": "Extension",
9+
"name": "Run Extension",
1010
"type": "extensionHost",
1111
"request": "launch",
12+
"runtimeExecutable": "${execPath}",
1213
"args": [
13-
"${workspaceFolder}/examples/presentation",
14+
"${workspaceFolder}/examples/",
1415
"--extensionDevelopmentPath=${workspaceFolder}"
1516
]
1617
},
1718
{
18-
"name": "Attach",
19-
"port": 6009,
20-
"request": "attach",
21-
"skipFiles": [
22-
"<node_internals>/**"
23-
],
24-
"sourceMaps": true,
25-
"outFiles": [
26-
"${workspaceFolder}/packages/langium/lib/**/*.js",
27-
"${workspaceFolder}/out/**/*.js",
28-
],
29-
"type": "pwa-node"
30-
},
19+
"name": "Attach to Language Server",
20+
"type": "node",
21+
"port": 6009,
22+
"request": "attach",
23+
"skipFiles": [
24+
"<node_internals>/**"
25+
],
26+
"sourceMaps": true,
27+
"outFiles": [
28+
"${workspaceFolder}/out/**/*.js",
29+
"${workspaceFolder}/node_modules/langium"
30+
]
31+
}
3132
]
32-
}
33+
}

CODE_OF_CONDUCT.md

100644100755
Lines changed: 108 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,109 @@
1-
# Code of Conduct
2-
3-
4-
## Short Version
5-
We as members, contributors, and leaders pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
6-
7-
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8-
9-
## Need Help?
10-
If ANY behavior makes you uncomfortable, or you believe it breaches the intent of this code of conduct, please contact a project maintainer:
11-
12-
* [Joan Giner](https://github.com/JoanGi/) (he/him)
13-
* [Abel Gómez](https://github.com/abelgomez/) (he/him)
14-
* [Jordi Cabot](https://github.com/jcabot/) (he/him)
15-
16-
---
17-
18-
## Long Version
19-
20-
As contributors and maintainers in this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
21-
22-
We are committed to making participation in our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
23-
24-
## Our Standards
25-
26-
Examples of behavior that contributes to creating a positive environment
27-
include:
28-
29-
* Demonstrating empathy and kindness toward other people
30-
* Using welcoming and inclusive language
31-
* Being respectful of differing viewpoints and experiences
32-
* Giving and gracefully accepting constructive feedback
33-
* Focusing on what is best for the community
34-
* Showing empathy towards other community members
35-
36-
Examples of unacceptable behavior by participants include:
37-
38-
* Violent threats or language directed against another person.
39-
* Sexist, racist, or otherwise discriminatory jokes and language.
40-
* Trolling, insulting/derogatory comments, and personal or political attacks
41-
* Public or private harassment
42-
* Publishing others' private information, such as a physical or electronic
43-
address, without explicit permission
44-
* Other conduct which could reasonably be considered inappropriate in a
45-
professional setting
46-
47-
## Enforcement Responsibilities
48-
49-
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
50-
51-
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
52-
53-
## Scope
54-
55-
This Code of Conduct applies within all project spaces, including contributors, maintainers, administrators, and any kind of participant in the project.
56-
57-
Project maintainers will enforce this code at all times. We expect cooperation from all participants to ensure a safe environment for everyone.
58-
59-
The Code of Conduct, and the project leaders, can only address behavior in the present, not past behavior or fears of what someone might do based on past behavior.
60-
61-
## Enforcement
62-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
63-
reported by contacting the project maintainers at:
64-
65-
* [Joan Giner](https://github.com/JoanGi/) (he/him)
66-
* [Abel Gómez](https://github.com/abelgomez/) (he/him)
67-
* [Jordi Cabot](https://github.com/jcabot/) (he/him)
68-
69-
Complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
70-
71-
The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
72-
73-
Project maintainers who do not follow or enforce the Code of Conduct in good
74-
faith may face temporary or permanent repercussions as determined by other
75-
members of the project's leadership.
76-
77-
## Enforcement Guidelines
78-
Project maintainers will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
79-
80-
### 1. Correction
81-
**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
82-
83-
**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
84-
85-
### 2. Warning
86-
**Community Impact**: A violation through a single incident or series of actions.
87-
88-
**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
89-
90-
### 3. Temporary Ban
91-
**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
92-
93-
**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
94-
95-
### 4. Permanent Ban
96-
**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
97-
98-
**Consequence**: A permanent ban from any sort of public interaction within the community.
99-
100-
## Attribution
101-
102-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct/
103-
104-
Community Impact Guidelines were inspired by [Mozilla’s code of conduct enforcement ladder](https://github.com/mozilla/diversity).
105-
106-
[homepage]: https://www.contributor-covenant.org
107-
108-
For answers to common questions about this code of conduct, see
1+
# Code of Conduct
2+
3+
4+
## Short Version
5+
We as members, contributors, and leaders pledge to make participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
6+
7+
We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
8+
9+
## Need Help?
10+
If ANY behavior makes you uncomfortable, or you believe it breaches the intent of this code of conduct, please contact a project maintainer:
11+
12+
* [Joan Giner](https://github.com/JoanGi/) (he/him)
13+
* [Abel Gómez](https://github.com/abelgomez/) (he/him)
14+
* [Jordi Cabot](https://github.com/jcabot/) (he/him)
15+
16+
---
17+
18+
## Long Version
19+
20+
As contributors and maintainers in this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities.
21+
22+
We are committed to making participation in our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.
23+
24+
## Our Standards
25+
26+
Examples of behavior that contributes to creating a positive environment
27+
include:
28+
29+
* Demonstrating empathy and kindness toward other people
30+
* Using welcoming and inclusive language
31+
* Being respectful of differing viewpoints and experiences
32+
* Giving and gracefully accepting constructive feedback
33+
* Focusing on what is best for the community
34+
* Showing empathy towards other community members
35+
36+
Examples of unacceptable behavior by participants include:
37+
38+
* Violent threats or language directed against another person.
39+
* Sexist, racist, or otherwise discriminatory jokes and language.
40+
* Trolling, insulting/derogatory comments, and personal or political attacks
41+
* Public or private harassment
42+
* Publishing others' private information, such as a physical or electronic
43+
address, without explicit permission
44+
* Other conduct which could reasonably be considered inappropriate in a
45+
professional setting
46+
47+
## Enforcement Responsibilities
48+
49+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
50+
51+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
52+
53+
## Scope
54+
55+
This Code of Conduct applies within all project spaces, including contributors, maintainers, administrators, and any kind of participant in the project.
56+
57+
Project maintainers will enforce this code at all times. We expect cooperation from all participants to ensure a safe environment for everyone.
58+
59+
The Code of Conduct, and the project leaders, can only address behavior in the present, not past behavior or fears of what someone might do based on past behavior.
60+
61+
## Enforcement
62+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
63+
reported by contacting the project maintainers at:
64+
65+
* [Joan Giner](https://github.com/JoanGi/) (he/him)
66+
* [Abel Gómez](https://github.com/abelgomez/) (he/him)
67+
* [Jordi Cabot](https://github.com/jcabot/) (he/him)
68+
69+
Complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
70+
71+
The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
72+
73+
Project maintainers who do not follow or enforce the Code of Conduct in good
74+
faith may face temporary or permanent repercussions as determined by other
75+
members of the project's leadership.
76+
77+
## Enforcement Guidelines
78+
Project maintainers will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
79+
80+
### 1. Correction
81+
**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
82+
83+
**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
84+
85+
### 2. Warning
86+
**Community Impact**: A violation through a single incident or series of actions.
87+
88+
**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.
89+
90+
### 3. Temporary Ban
91+
**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.
92+
93+
**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.
94+
95+
### 4. Permanent Ban
96+
**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.
97+
98+
**Consequence**: A permanent ban from any sort of public interaction within the community.
99+
100+
## Attribution
101+
102+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at https://www.contributor-covenant.org/version/2/1/code_of_conduct/
103+
104+
Community Impact Guidelines were inspired by [Mozilla’s code of conduct enforcement ladder](https://github.com/mozilla/diversity).
105+
106+
[homepage]: https://www.contributor-covenant.org
107+
108+
For answers to common questions about this code of conduct, see
109109
https://www.contributor-covenant.org/faq

0 commit comments

Comments
 (0)