Skip to content

Commit c66b580

Browse files
committed
Updating the confirm structure for file deletion quick look panel
1 parent 2b7b598 commit c66b580

4 files changed

Lines changed: 499 additions & 11 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ site/
22
test.py
33
__pycache__/
44
Thumbs.db
5+
.DS_STORE
6+
*.sublime-project
7+
*.sublime-workspace
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"build_systems":
3+
[
4+
{
5+
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
6+
"name": "Anaconda Python Builder",
7+
"selector": "source.python",
8+
"shell_cmd": "\"python\" -u \"$file\""
9+
}
10+
],
11+
"folders":
12+
[
13+
{
14+
"path": "."
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)