Skip to content

Commit e8e1beb

Browse files
Copilotrijesha
andauthored
Reorganize repository structure - separate build scripts from extension resources (#158)
* Initial plan * Reorganize repository structure - separate build scripts from extension resources Co-authored-by: rijesha <7819200+rijesha@users.noreply.github.com> * Address feedback: restore media files, keep Windows scripts in scripts/, move templates to resources/ Co-authored-by: rijesha <7819200+rijesha@users.noreply.github.com> * Move Windows helper files from scripts/ to resources/ Co-authored-by: rijesha <7819200+rijesha@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rijesha <7819200+rijesha@users.noreply.github.com>
1 parent f695886 commit e8e1beb

23 files changed

+24
-19
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ dist
33
node_modules
44
.vscode-test/
55
*.vsix
6-
.vscode/zephyr-ide.json
6+
.vscode/zephyr-ide.json
7+
8+
# Python
9+
__pycache__/
10+
*.py[cod]
11+
*$py.class

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ See [CHANGELOG](CHANGELOG.md) for release notes
107107

108108
## Development and Debugging
109109

110-
See the [Zephyr IDE for VS Code Developer's Guide](developer-guide.md) for development and debugging instructions.
110+
See the [Zephyr IDE for VS Code Developer's Guide](docs/developer-guide.md) for development and debugging instructions.
111111

112112
---

developer-guide.md renamed to docs/developer-guide.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
# Zephyr IDE for VS Code Developer's Guide
2-
1+
# Zephyr IDE for VS Code Developer's Guide
2+
3+
This guide covers the development setup for the Zephyr IDE VS Code extension.
4+
5+
## Related Documentation
6+
7+
- [User Manual](MANUAL.md) - Complete user guide for the extension
8+
- [Testing Guide](TESTING.md) - Information about running tests and test infrastructure
9+
- [Unused Code Detection](unused-code-detection.md) - Guide for detecting unused code
10+
311
## Prerequisites
412

513
* Git (https://git-scm.com/)

media/logo_small.jpg

1.19 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)