This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
computer_glamour
/
privatebin-mirror
同期ミラー
https://github.com/PrivateBin/PrivateBin
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
add workspace settings with config files treated as INI
Joe Skeen
2 年 前
親
f8c2f58604
コミット
49a87c6038
1 ファイル変更
、
5 行追加
、
0 行削除
分割表示
差分情報を表示
5
0
.vscode/settings.json
+ 5
- 0
.vscode/settings.json
ファイルの表示
@@ -0,0 +1,5 @@
+{
+ "files.associations": {
+ "**/cfg/conf*.php": "ini"
+ }
+}