-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Одно сохранение большого файла приводит к нескольким изменениям файла на диске #236919
Comments
Спасибо, что создали этот выпуск! Однако, поскольку описание не на английском языке, нам сложно работать над ним. Если у вас есть возможность, пожалуйста, отредактируйте этот выпуск на английском языке. Пожалуйста, не добавляйте новый комментарий и не создавайте новую проблему, а отредактируйте существующую. К сожалению, службы автоматического перевода не могут работать с техническим языком, необходимым для эффективного общения по вопросам программного обеспечения, поэтому мы рекомендуем найти переводчика, знакомого с нашими технологиями, чтобы помочь в переводе. В противном случае эта проблема была помечена как требующая перевода, и член сообщества может помочь с ее переводом. Thanks for creating this issue! Unfortunately, as the description is not in English, it's hard for us to work on. If possible, please edit the original issue to be in English. In our experience, automatic translation services are not able to handle the technical language needed to effectively communicate about software issues, so we recommend finding a human translator who is familiar with our technology to help. Otherwise, we have marked this as needing translation and a community member may be able to help out. |
Предположим, у нас есть:
Другие программы делают один вызов
Vscode делает что-то типа
что позволяет сделать приложение более отзывчивым. И, скорее всего, не сам vscode |
Issues are to be reported in english |
Type: Bug
Проблема в том что сборщик, например Gulp, расценивает такое сохранение как несколько изменений файла на диске и на каждое изменение выполняет некоторую функцию, обрабатывающую файл. В результате файл оказывается поврежденным.
Опытным путем определено, что так сохраняет только VS Code. Любой другой редактор при сохранении большого файла делает одну запись на диск.
VS Code version: Code 1.96.2 (fabdb6a, 2024-12-19T10:22:47.216Z)
OS version: Linux x64 6.8.0-51-generic
Modes:
Remote OS version: Linux x64 5.15.0-130-generic
System Info
canvas_oop_rasterization: enabled_on
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
video_decode: enabled
video_encode: disabled_software
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off
webnn: disabled_off
Extensions (8)
The text was updated successfully, but these errors were encountered: