jupyterlab_vscode_icons_extension 1.1.55 → 1.1.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -85,6 +85,9 @@ const KNOWN_EXTENSIONS = [
85
85
  'ods',
86
86
  'odp',
87
87
  // Programming (not handled by jupytext)
88
+ 'py',
89
+ 'pyw',
90
+ 'pyi',
88
91
  'js',
89
92
  'mjs',
90
93
  'cjs',
@@ -127,6 +130,10 @@ const KNOWN_EXTENSIONS = [
127
130
  'lock',
128
131
  'tf',
129
132
  'tfvars',
133
+ // Diagrams
134
+ 'drawio',
135
+ 'dio',
136
+ 'bpmn',
130
137
  // Text/Docs
131
138
  'txt',
132
139
  'log',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyterlab_vscode_icons_extension",
3
- "version": "1.1.55",
3
+ "version": "1.1.57",
4
4
  "description": "Jupyterlab extension with a shameless rip-off of the vscode-icons into our beloved environment",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -90,6 +90,9 @@ const KNOWN_EXTENSIONS = [
90
90
  'ods',
91
91
  'odp',
92
92
  // Programming (not handled by jupytext)
93
+ 'py',
94
+ 'pyw',
95
+ 'pyi',
93
96
  'js',
94
97
  'mjs',
95
98
  'cjs',
@@ -132,6 +135,10 @@ const KNOWN_EXTENSIONS = [
132
135
  'lock',
133
136
  'tf',
134
137
  'tfvars',
138
+ // Diagrams
139
+ 'drawio',
140
+ 'dio',
141
+ 'bpmn',
135
142
  // Text/Docs
136
143
  'txt',
137
144
  'log',