Compare commits
1 Commits
8761d6867c
...
9882280973
| Author | SHA1 | Date | |
|---|---|---|---|
| 9882280973 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,5 +2,4 @@ old/
|
||||
out/
|
||||
node_modules/
|
||||
*.iso
|
||||
*.img
|
||||
.clangd
|
||||
*.img
|
||||
@@ -36,12 +36,6 @@ st run build
|
||||
|
||||
The built ISO can be found in `out/` directory.
|
||||
|
||||
## How to setup development environment?
|
||||
|
||||
```bash
|
||||
./src/scripts/setup_dev.sh
|
||||
```
|
||||
|
||||
## If you are an employer looking at this...
|
||||
|
||||
I would appreciate if you messaged me and gave me some well-paid job. Also...
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
CompileFlags:
|
||||
CompilationDatabase: .
|
||||
Add:
|
||||
- "-I%%workspaceFolder%%/src/core/compat"
|
||||
- "-I%%workspaceFolder%%/src/lib/quickjs"
|
||||
- "-I%%workspaceFolder%%/out/system"
|
||||
@@ -1 +0,0 @@
|
||||
cp ./src/scripts/dev-setup/default.clangd .clangd && sed -i.bak "s|%%workspaceFolder%%|$(pwd)|g" .clangd && rm .clangd.bak
|
||||
Reference in New Issue
Block a user