Hi,

It works perfectly for me. Thanks Dan!

My settings.json looks like this:

{
    "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
    "window.zoomLevel": 1,
    "files.associations": {
        "*.s": "hlasm",
        "*.asm": "hlasm"
    },
    "[hlasm]": {
        "editor.rulers": [
            71,
            72,
            80
        ],
    },
    "explorer.confirmDelete": false,
}

HTH,
Yifat

-----Original Message-----
From: IBM Mainframe Discussion List <[email protected]> On Behalf Of 
Support, DUNNIT SYSTEMS LTD.
Sent: Wednesday, December 11, 2019 7:16 AM
To: [email protected]
Subject: [EXTERNAL] Re: Editing HLASM source with Visual Studio - columns 73-80

Thanks. Your JSON code passed with flying colors and I saved it but no ruler 
showed. I even tried this:

{
        "editor.wordWrapColumn": 120,
        "[HLASM]": {
                "editorRuler.foreground": "#ff4081",
                "editor.rulers": [
                        71,
                        72,
                        80
                ]
        }
}

Still no rulers. :(

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to