This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
computer_glamour
/
privatebin-mirror
mirror of
https://github.com/PrivateBin/PrivateBin
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
add workspace settings with config files treated as INI
Joe Skeen
2 năm trước cách đây
mục cha
f8c2f58604
commit
49a87c6038
1 tập tin đã thay đổi
với
5 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
5
0
.vscode/settings.json
+ 5
- 0
.vscode/settings.json
Xem Tập Tin
@@ -0,0 +1,5 @@
+{
+ "files.associations": {
+ "**/cfg/conf*.php": "ini"
+ }
+}