Skip to content
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

file format #244847

Closed
AashishKaushik29 opened this issue Mar 27, 2025 · 4 comments
Closed

file format #244847

AashishKaushik29 opened this issue Mar 27, 2025 · 4 comments
Assignees
Labels
info-needed Issue requires more information from poster

Comments

@AashishKaushik29
Copy link

Type: Bug

when i save file changes and format the file curser will go last line of file automaticaly

VS Code version: Code 1.98.2 (ddc367e, 2025-03-12T13:32:45.399Z)
OS version: Windows_NT x64 10.0.26100
Modes:

System Info
Item Value
CPUs 12th Gen Intel(R) Core(TM) i5-1235U (12 x 2496)
GPU Status 2d_canvas: enabled
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: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 15.75GB (5.67GB free)
Process Argv D:\office\dev --crash-reporter-id 0c0a430d-f064-45e2-83bc-d3b3e8f3e408
Screen Reader no
VM 0%
Extensions: none
A/B Experiments
vsliv368:30146709
vspor879:30202332
vspor708:30202333
vspor363:30204092
vscod805:30301674
binariesv615:30325510
py29gd2263:31024239
vscaac:30438847
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
2e7ec940:31000449
pythontbext0:30879054
cppperfnew:31000557
dwnewjupytercf:31046870
nativerepl1:31139838
pythonrstrctxt:31112756
nativeloc1:31192215
iacca1:31171482
5fd0e150:31155592
dwcopilot:31170013
6074i472:31201624
dwoutputs:31242946
customenabled:31248079
9064b325:31222308
copilot_t_ci:31222730
850i5325:31264362
968h8231:31271074
jda6j935:31233686
pythoneinst12:31262605
bgtreat:31268568
fh1c7952:31258891
4gafe986:31264396
5b33h341:31253271
31787653:31262186
3e8i5726:31266632
49da9784:31264548

@jrieken jrieken added the info-needed Issue requires more information from poster label Mar 27, 2025
@jrieken
Copy link
Member

jrieken commented Mar 27, 2025

this issue lacks

  • copy paste friendly code sample
  • name of the extension, name of the programming language

@AashishKaushik29
Copy link
Author

code " {
Interest: [
{ name: 'Interest', type: 'title', value: normsData?.action?.Interest?.display ?? 'Interest' },
],
Consideration_post: [
{
name: 'Consideration_post',
type: 'title',
value: normsData?.action?.Consideration_post?.display ?? 'Consideration Post',
},
],
ConsiderationLift: [
{

              name: 'ConsiderationLift',
              type: 'title',
              value: normsData?.action?.ConsiderationLift?.display ?? 'Consideration Lift',
            },
          ],
          Preference_post: [
            {
              name: 'Preference_post',
              type: 'title',
              value: normsData?.action?.Preference_post?.display ?? 'Preference Post',
            },
          ],"

language = javascript ,
extenstion = prettier

@jrieken
Copy link
Member

jrieken commented Mar 31, 2025

?

@AashishKaushik29
Copy link
Author

any solution ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster
Projects
None yet
Development

No branches or pull requests

2 participants