Skip to content

Commit b7f7a6c

Browse files
committed
Update a few things.
1 parent ac9af81 commit b7f7a6c

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"files.exclude": {
33
".git": true,
44
"node_modules": true,
5-
"out": true
65
},
76
"typescript.tsdk": "node_modules/typescript/lib",
87
"[ruby]": {

.vscodeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ tsconfig.json
77
.gitignore
88
*.vsix
99
out/test/**
10+
.github/**
11+
.vscode-test/
12+
bin/**

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2021 Connor Shea
3+
Copyright (c) 2019-2025 Connor Shea
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)