Skip to content

Commit cf7aec1

Browse files
committed
Fresh Slate + Icons
0 parents  commit cf7aec1

390 files changed

Lines changed: 34369 additions & 0 deletions

File tree

Some content is hidden

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

.editorconfig

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
tab_width = 2
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
12+
[*.sh]
13+
indent_style = space
14+
indent_size = 2
15+
16+
[*.{yml,yaml}]
17+
indent_style = space
18+
indent_size = 2
19+
20+
[*.patch]
21+
trim_trailing_whitespace = false
22+
insert_final_newline = false
23+
24+
[*.svg]
25+
insert_final_newline = false
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**Please confirm that this problem is VSCodium-specific**
14+
- [ ] This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
15+
16+
**Please confirm that the issue/resolution isn't already documented**
17+
- [ ] I checked [the Docs page](https://github.com/VSCodium/vscodium/blob/master/docs/index.md) and [the Troubleshooting page](https://github.com/VSCodium/vscodium/blob/master/docs/troubleshooting.md) and my issue is not mentioned there.
18+
19+
**To Reproduce**
20+
Steps to reproduce the behavior:
21+
1. Go to '...'
22+
2. Click on '....'
23+
3. Scroll down to '....'
24+
4. See error
25+
26+
**Expected behavior**
27+
A clear and concise description of what you expected to happen.
28+
29+
**Screenshots**
30+
If applicable, add screenshots to help explain your problem.
31+
32+
**Desktop (please complete the following information):**
33+
- OS: [e.g. Mac OS, Ubuntu 20.04, etc]
34+
- Architecture [e.g. x64, ia32, arm64]
35+
- Version [e.g. 1.33.0]
36+
- App Manager [e.g. Winget, Homebrew, Snap, AUR, RPM, Nix, ...]
37+
- Sandboxed [e.g. no, Flatpak, Snap]
38+
39+
**Additional context**
40+
Add any other context about the problem here.

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
target-branch: insider
6+
schedule:
7+
interval: weekly
8+
cooldown:
9+
default-days: 7

.github/repo-starter-kit.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package: "@daiyam/default"
2+
repository: https://github.com/VSCodium/vscodium
3+
resources:
4+
- label
5+
keep: true

0 commit comments

Comments
 (0)