Skip to content

Commit adecc44

Browse files
Deletes extension and old web application (...)
The VSCode4Teaching web application already has the features of the extension, so this commit removes the entire implementation of the extension and the previous web application. An update of the VSCode4Teaching documentation is pending, which will be done when the implementation of the new web application is finished.
1 parent 8ae09a9 commit adecc44

File tree

230 files changed

+1
-50174
lines changed

Some content is hidden

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

230 files changed

+1
-50174
lines changed

.github/workflows/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# VSCode4Teaching
22
**Developer documentation on the Continuous Integration, Delivery and Deployment (*CI/CD*) system of this project**
33

4-
This project is configured with a continuous integration, deployment and delivery system through [GitHub Actions](https://github.com/features/actions). This system comprises two *workflows*: one for the extension (file [`extension.ci.yml`](extension.ci.yml)) and one for the server and web application (file [`server.ci.yml`](server.ci.yml)).
4+
This project is configured with a continuous integration, deployment and delivery system through [GitHub Actions](https://github.com/features/actions). This system includes a single workflow that comprises both server and web application ([`server.ci.yml`](server.ci.yml)).
55

66
### Detailed description of declared jobs
77
The aforementioned files define the jobs that will be executed sequentially based on the type of changes registered in the repository. These jobs are:

.github/workflows/extension.ci.yml

-61
This file was deleted.

vscode4teaching-extension/.gitignore

-8
This file was deleted.

vscode4teaching-extension/.vscode/extensions.json

-7
This file was deleted.

vscode4teaching-extension/.vscode/launch.json

-32
This file was deleted.

vscode4teaching-extension/.vscode/settings.json

-15
This file was deleted.

vscode4teaching-extension/.vscode/tasks.json

-20
This file was deleted.

vscode4teaching-extension/.vscodeignore

-44
This file was deleted.

0 commit comments

Comments
 (0)