"Data Science" profile template: files.exclude patterns match dotfile names, not extensions

Open
#321,408 0 comments 0 reactions 1 assignee View on GitHub

@federicobrancasi is already working on this.

Since Jun 15, 2026.

Assessment

This issue has not been assessed yet.

Description

stale triage-needed

Type: Bug

The template's files.exclude uses **/.csv, **/.parquet, **/.pkl, **/.xls. In VS Code glob syntax **/.csv matches a file literally named .csv, not files with a .csv extension, so these four entries are accepted but never exclude the intended data files. They should be **/.csv, **/.parquet, **/.pkl, **/.xls.

VS Code version: Code 1.124.2 (6928394f91b684055b873eecb8bc281365131f1c, 2026-06-12T00:12:36Z)
OS version: Windows_NT x64 10.0.26200
Modes:

System Info
Item Value
CPUs 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz (8 x 3302)
GPU Status 2d_canvas: enabled
GPU0: VENDOR= 0x8086, DEVICE=0x9a49 [Intel(R) Iris(R) Xe Graphics], DRIVER_VENDOR=Intel, DRIVER_VERSION=32.0.101.6737 ACTIVE
GPU1: VENDOR= 0x10de, DEVICE=0x25a0 [NVIDIA GeForce RTX 3050 Ti Laptop GPU], DRIVER_VERSION=32.0.15.9155
GPU2: VENDOR= 0x1414, DEVICE=0x008c [Microsoft Basic Render Driver], DRIVER_VERSION=10.0.26100.8521
Machine model name:
Machine model version:
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
trees_in_viz: disabled_off
video_decode: enabled
video_encode: enabled
webgl: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 31.84GB (14.98GB free)
Process Argv --crash-reporter-id d7fea49a-27f1-4f66-b1a4-ca50418f1451
Screen Reader no
VM 0%
Extensions (11)
Name Identifier Author Version
npm Intellisense christian-kohler.npm-intellisense christian-kohler 1.4.5
ESLint dbaeumer.vscode-eslint dbaeumer 3.0.24
EditorConfig editorconfig.editorconfig EditorConfig 0.18.2
Prettier - Code formatter esbenp.prettier-vscode esbenp 12.4.0
REST Client humao.rest-client humao 0.25.1
DotENV mikestead.dotenv mikestead 1.0.1
Docker ms-azuretools.vscode-docker ms-azuretools 2.0.0
Dev Containers ms-vscode-remote.remote-containers ms-vscode-remote 0.461.0
Jest orta.vscode-jest Orta 6.4.4
YAML redhat.vscode-yaml redhat 1.23.0
JavaScript (ES6) code snippets xabikos.javascriptsnippets xabikos 1.8.0
A/B Experiments
vsliv368cf:30146710
binariesv615:30325510
nativeloc1:31344060
dwcopilot:31170013
dwoutputs:31242946
copilot_t_ci:31333650
e5gg6876:31282496
pythonrdcb7:31342333
6518g693:31463988
aj953862:31281341
6abeh943:31336334
envsactivate1:31505457
cloudbuttont:31379625
3efgi100_wstrepl:31403338
ec5jj548:31422691
cp_cls_t_966_ss:31526232
4je02754:31466945
c3h7c220:31478652
ge8j1254_inline_auto_hint_haiku:31490510
38bie571_auto:31478678
cp_cls_t_1081:31454832
conptydll_true:31498968
ia-use-proxy-models-svc:31452481
e9c30283:31461165
test_treatment2:31471001
46204921:31447328
rl_a_xe_098a3278:31530996
idci7584:31464702
e3e4d672:31494082
t-26112-aa:31454027
ei9d7968:31496641
nes-extended-on:31455476
chat:31457767
8hig5102:31480529
89g7j272:31518289
7e187181:31503455
i2gc6536:31499202
52612955:31516516
ghj88844:31499326
ec1eg703:31520046
ddid_c:31478207
hmra_i5g22:31518061
7df3h592:31512476
pro_large_t:31499376
cp_cls_t_1082:31516087
logging_enabled_new:31498466
db5d2638:31499441
jb_cp_cls_t_632:31524805
748c7209:31512887
32d76977:31512328
ha629193:31508444
cdk-lw-on:31524445
31fi7170_t:31522396
g4a0e106:31529594
prpt_srch:31518468
jbcp_cls_pctr_t:31531130
61138546:31518536
gf14b233:31526830
nes-curr-leftover-false:31530975
sessions_5:31532894

Dominant language
TypeScript
Stars
193k
Forks
42.9k
PR merge metrics
PR metrics pending

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/vscode

All issues in microsoft/vscode

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.